Skip to content

Commit

Permalink
16.0.0-RC-2 small fixes (typo, orfox install)
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Jan 5, 2018
1 parent 8113e12 commit f553da1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ android {
applicationId 'org.torproject.android'
targetSdkVersion 23
maxSdkVersion 23
versionCode 16000008
versionName '16.0.0-RC-1-multi-SDK16'
versionCode 16000010
versionName '16.0.0-RC-2-multi-SDK16'
}
fullperm {
dimension "free"
minSdkVersion 23
applicationId 'org.torproject.android'
targetSdkVersion 26
versionCode 16000009
versionName '16.0.0-RC-1-multi-SDK23'
versionCode 16000011
versionName '16.0.0-RC-2-multi-SDK23'
}
}
}
Expand Down

0 comments on commit f553da1

Please sign in to comment.