From e926724e0c7e62bce4f94905f9805a264b736d11 Mon Sep 17 00:00:00 2001 From: Yen-Chieh Chen Date: Wed, 17 Sep 2025 22:28:59 -0400 Subject: [PATCH] Fix: resource android:attr/lStar not found error (Fixes #9) --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 6755dc5..e3b7cad 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,7 +22,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { - compileSdkVersion 30 + compileSdkVersion 34 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8