diff --git a/app/build.gradle b/app/build.gradle index 11be675..f7e8e52 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,13 +6,12 @@ ext { } android { - compileSdkVersion 33 - buildToolsVersion "30.0.3" + compileSdk 34 defaultConfig { applicationId "com.nass.ek.w3browser" minSdkVersion 21 - targetSdkVersion 33 + targetSdkVersion 34 versionCode rootProject.ext.verCode versionName rootProject.ext.verName setProperty("archivesBaseName", "w3browser-$versionName") @@ -34,12 +33,12 @@ android { dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.gridlayout:gridlayout:1.0.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.preference:preference:1.2.1' - implementation 'com.google.android.material:material:1.9.0' + implementation 'com.google.android.material:material:1.12.0' implementation ("org.mozilla.geckoview:geckoview${geckoviewChannel}:${geckoviewVersion}") {