mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: edit: apparently we hardcode a lot more versions that I would've anticipated. Signed-off-by: Eli Uriegas <eliuriegas@fb.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/40519 Differential Revision: D22221280 Pulled By: seemethere fbshipit-source-id: ba15a910a6755ec08c10f7783ed72b1e06e6b570
31 lines
956 B
Properties
31 lines
956 B
Properties
ABI_FILTERS=armeabi-v7a,arm64-v8a,x86,x86_64
|
|
|
|
VERSION_NAME=1.7.0-SNAPSHOT
|
|
GROUP=org.pytorch
|
|
MAVEN_GROUP=org.pytorch
|
|
POM_URL=https://github.com/pytorch/pytorch/tree/master/android
|
|
POM_SCM_URL=https://github.com/pytorch/pytorch.git
|
|
POM_SCM_CONNECTION=scm:git:https://github.com/pytorch/pytorch
|
|
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:pytorch/pytorch.git
|
|
POM_LICENSE_NAME=BSD 3-Clause
|
|
POM_LICENSE_URL=https://github.com/pytorch/pytorch/blob/master/LICENSE
|
|
POM_ISSUES_URL=https://github.com/pytorch/pytorch/issues
|
|
POM_LICENSE_DIST=repo
|
|
POM_DEVELOPER_ID=pytorch
|
|
POM_DEVELOPER_NAME=pytorch
|
|
syncWithMavenCentral=true
|
|
|
|
GRADLE_BINTRAY_PLUGIN_VERSION=1.8.0
|
|
GRADLE_VERSIONS_PLUGIN_VERSION=0.15.0
|
|
ANDROID_MAVEN_GRADLE_PLUGIN_VERSION=2.1
|
|
|
|
# Gradle internals
|
|
org.gradle.internal.repository.max.retries=1
|
|
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1024m
|
|
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
|
|
nativeLibsDoNotStrip=false
|
|
testAppAllVariantsEnabled=false
|