Skip to content

Commit

Permalink
update gradle to produce APKs appropriately named
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed May 14, 2018
1 parent 41e223f commit ae28293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Expand Up @@ -46,6 +46,7 @@ android {
targetSdkVersion 27
versionCode 16020012
versionName '16.0.2-BETA-2'
archivesBaseName = "Orbot-$versionName"
}
}

Expand Down

0 comments on commit ae28293

Please sign in to comment.