update version to 15.5.1-RC-1 (1551000*)

This commit is contained in:
n8fr8 2017-10-31 11:51:12 -04:00
parent c53204f9c3
commit 2c99e9efa4
1 changed files with 4 additions and 4 deletions

View File

@ -30,16 +30,16 @@ android {
applicationId 'org.torproject.android' applicationId 'org.torproject.android'
targetSdkVersion 23 targetSdkVersion 23
maxSdkVersion 23 maxSdkVersion 23
versionCode 15500000 versionCode 15510000
versionName '15.5.0-RC-1-multi-SDK16' versionName '15.5.1-RC-1-multi-SDK16'
} }
fullperm { fullperm {
dimension "free" dimension "free"
minSdkVersion 23 minSdkVersion 23
applicationId 'org.torproject.android' applicationId 'org.torproject.android'
targetSdkVersion 25 targetSdkVersion 25
versionCode 15500001 versionCode 15510001
versionName '15.5.0-RC-1-multi-SDK23' versionName '15.5.1-RC-1-multi-SDK23'
} }
} }
} }