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 9, 2021
1 parent bda5eee commit 3e4c9d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sampletorapp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 31
compileSdkVersion 30
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
defaultConfig {
applicationId "org.torproject.android.sample"
minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 30
versionCode 1
versionName "1.0"
}
Expand Down
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 3e4c9d2

Please sign in to comment.