Skip to content

Commit

Permalink
⬆️ Increase targetSdkVersion from 28 to 30 for WalletConnect
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsinsar committed Jun 18, 2021
1 parent 689b227 commit faf438d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions walletconnect/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ apply plugin: 'kotlin-android'
group='com.github.TrustWallet'

android {
compileSdkVersion 28
compileSdkVersion 30


defaultConfig {
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 30
versionCode 1
versionName "1.0"

Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'com.github.salomonbrys.kotson:kotson:2.5.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'androidx.appcompat:appcompat:1.3.0'
testImplementation 'junit:junit:4.13'
testImplementation 'org.robolectric:robolectric:4.3'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
Expand Down

0 comments on commit faf438d

Please sign in to comment.