upload maven build to 0.3.2.10-dev
This commit is contained in:
parent
51c7a076a5
commit
988a87c8ef
|
@ -14,8 +14,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 3210
|
versionCode 32101
|
||||||
versionName "0.3.2.10"
|
versionName "0.3.2.10-dev"
|
||||||
|
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -39,7 +39,7 @@ uploadArchives {
|
||||||
pom.project {
|
pom.project {
|
||||||
groupId 'org.torproject'
|
groupId 'org.torproject'
|
||||||
artifactId 'tor-android-binary'
|
artifactId 'tor-android-binary'
|
||||||
version "0.3.2.10"
|
version "0.3.2.10-dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue