From faf438db6ef812e060961fa2d8a469490688ba03 Mon Sep 17 00:00:00 2001 From: Mithat Sinan Sari Date: Fri, 18 Jun 2021 12:24:36 +0300 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Increase=20targetSdkVersio?= =?UTF-8?q?n=20from=2028=20to=2030=20for=20WalletConnect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- walletconnect/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'