Skip to content

Commit

Permalink
update to 16.0.2-BETA-3 build 16020013
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed May 14, 2018
1 parent ae28293 commit 18528bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Expand Up @@ -16,8 +16,8 @@ android {
}
buildTypes {
release {
minifyEnabled true
shrinkResources true
minifyEnabled false
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
Expand All @@ -44,8 +44,8 @@ android {
minSdkVersion 16
applicationId 'org.torproject.android'
targetSdkVersion 27
versionCode 16020012
versionName '16.0.2-BETA-2'
versionCode 16020013
versionName '16.0.2-BETA-3'
archivesBaseName = "Orbot-$versionName"
}
}
Expand Down

0 comments on commit 18528bc

Please sign in to comment.