From eb6c1763f2ee00bb14e605b4607974afeba683ef Mon Sep 17 00:00:00 2001 From: Marco Martinez Date: Wed, 29 May 2024 10:41:12 -0600 Subject: [PATCH] Update build.gradle --- android/walletlib/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/walletlib/build.gradle b/android/walletlib/build.gradle index 7f1ba0083..e26b5591b 100644 --- a/android/walletlib/build.gradle +++ b/android/walletlib/build.gradle @@ -11,11 +11,11 @@ plugins { android { namespace = "com.solana.mobilewalletadapter.walletlib" - compileSdk 33 + compileSdk 34 defaultConfig { minSdk 23 - targetSdk 33 + targetSdk 34 consumerProguardFiles "consumer-rules.pro" } @@ -121,4 +121,4 @@ dependencies { implementation libs.java.websocket implementation libs.slf4j.android // SLF4J logging facility for Java-WebSocket api project(path: ':common') -} \ No newline at end of file +}