Skip to content

Commit

Permalink
set compileSdkVersion/targetSdkVersion to 30
Browse files Browse the repository at this point in the history
This stays with OpenJDK 8 for now.

closes guardianproject#55
  • Loading branch information
eighthave committed Dec 16, 2021
1 parent 54ed48f commit f5166da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tor-android-binary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def getVersionName = { ->
}

android {
compileSdkVersion 28
compileSdkVersion 30
buildToolsVersion '28.0.3'

defaultConfig {
Expand Down

0 comments on commit f5166da

Please sign in to comment.