upload maven build to 0.3.2.10-dev

This commit is contained in:
n8fr8 2018-05-09 13:03:56 -04:00
parent 51c7a076a5
commit 988a87c8ef
1 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 27
versionCode 3210
versionName "0.3.2.10"
versionCode 32101
versionName "0.3.2.10-dev"
}
buildTypes {
@ -39,7 +39,7 @@ uploadArchives {
pom.project {
groupId 'org.torproject'
artifactId 'tor-android-binary'
version "0.3.2.10"
version "0.3.2.10-dev"
}
}
}