Skip to content

Commit

Permalink
Sync minSdkVersion to match the rest of project
Browse files Browse the repository at this point in the history
Set minSdkVersion in app/build.gradle to the same thing as the rest of
the project. This commit basically reverts c1d997e

Currently, OrbotLib supports API 23 and tor-android supports API 19.  I
can not find a valid reason to bump Orbot to API 24.
  • Loading branch information
syphyr committed Jan 26, 2024
1 parent 0299567 commit 3cd681c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
defaultConfig {
applicationId "org.torproject.android"
versionName getVersionName()
minSdkVersion 24
minSdkVersion 23
compileSdkVersion 33
targetSdkVersion 33
multiDexEnabled true
Expand Down

0 comments on commit 3cd681c

Please sign in to comment.