Skip to content

Commit

Permalink
Bump Android to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi committed Mar 16, 2021
1 parent 2e0d574 commit b859659
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 28
compileSdkVersion 30
defaultConfig {
applicationId "org.walleth.khartwarewallet.demo"
minSdkVersion 19
targetSdkVersion 28
targetSdkVersion 30
versionCode 2
versionName "0.2"
multiDexEnabled true
Expand Down
4 changes: 2 additions & 2 deletions demo_trezor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: "com.github.dcendents.android-maven"

android {
compileSdkVersion 29
compileSdkVersion 30
defaultConfig {
applicationId "org.walleth.khartwarewallet.demo.trezor"
minSdkVersion 19
targetSdkVersion 29
targetSdkVersion 30
versionCode 2
versionName "0.2"
multiDexEnabled true
Expand Down
4 changes: 2 additions & 2 deletions keycard/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ apply plugin: 'kotlin-android'
apply plugin: "com.github.dcendents.android-maven"

android {
compileSdkVersion 28
compileSdkVersion 30
defaultConfig {
minSdkVersion 19
targetSdkVersion 28
targetSdkVersion 30
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions trezor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ apply plugin: 'kotlin-android'
apply plugin: "com.github.dcendents.android-maven"

android {
compileSdkVersion 29
compileSdkVersion 30
defaultConfig {
minSdkVersion 16
targetSdkVersion 29
targetSdkVersion 30
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit b859659

Please sign in to comment.