diff --git a/walletconnect/build.gradle b/walletconnect/build.gradle index facf3fb..a89caa5 100644 --- a/walletconnect/build.gradle +++ b/walletconnect/build.gradle @@ -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" @@ -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'