update target SDK to 23 so we don't have perm downgrade issues

This commit is contained in:
n8fr8 2017-06-09 10:19:47 -04:00
parent df29aaad8d
commit 5b255df92d
1 changed files with 7 additions and 2 deletions

View File

@ -24,8 +24,8 @@ android {
minimalperm {
minSdkVersion 16
applicationId 'org.torproject.android'
targetSdkVersion 22
maxSdkVersion 22
targetSdkVersion 23
maxSdkVersion 23
versionCode 15420000
versionName '15.4.2-RC-1-multi-SDK16'
}
@ -36,6 +36,11 @@ android {
versionCode 15420001
versionName '15.4.2-RC-1-multi-SDK23'
}
orbotgo {
minSdkVersion 16
applicationId 'org.torproject.android.go'
targetSdkVersion 25
}
}
}