Skip to content
Snippets Groups Projects
Unverified Commit d3bfbc90 authored by bitmold's avatar bitmold Committed by GitHub
Browse files

Merge pull request #62 from guardianproject/sampleAPI30

Sample targets API 30 for #58
parents 5933913b 24f0d497
Branches
No related tags found
1 merge request!2update upstream
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 31 compileSdkVersion 30
compileOptions { compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8 sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8
...@@ -9,7 +9,7 @@ android { ...@@ -9,7 +9,7 @@ android {
defaultConfig { defaultConfig {
applicationId "org.torproject.android.sample" applicationId "org.torproject.android.sample"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 30
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment