Skip to content

Commit f553da1

Browse files
committed
16.0.0-RC-2 small fixes (typo, orfox install)
1 parent 8113e12 commit f553da1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ android {
3030
applicationId 'org.torproject.android'
3131
targetSdkVersion 23
3232
maxSdkVersion 23
33-
versionCode 16000008
34-
versionName '16.0.0-RC-1-multi-SDK16'
33+
versionCode 16000010
34+
versionName '16.0.0-RC-2-multi-SDK16'
3535
}
3636
fullperm {
3737
dimension "free"
3838
minSdkVersion 23
3939
applicationId 'org.torproject.android'
4040
targetSdkVersion 26
41-
versionCode 16000009
42-
versionName '16.0.0-RC-1-multi-SDK23'
41+
versionCode 16000011
42+
versionName '16.0.0-RC-2-multi-SDK23'
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)