diff --git a/.androidide/editor/openedFiles.json b/.androidide/editor/openedFiles.json new file mode 100644 index 0000000..2342e12 --- /dev/null +++ b/.androidide/editor/openedFiles.json @@ -0,0 +1,35 @@ +{ + "allFiles": [ + { + "file": "/storage/emulated/0/AndroidIDEProjects/4L4y-T3xt/app/build.gradle", + "selection": { + "end": { + "column": 20, + "index": 215, + "line": 13 + }, + "start": { + "column": 20, + "index": 215, + "line": 13 + } + } + }, + { + "file": "/storage/emulated/0/AndroidIDEProjects/4L4y-T3xt/build.gradle", + "selection": { + "end": { + "column": 43, + "index": 214, + "line": 3 + }, + "start": { + "column": 43, + "index": 214, + "line": 3 + } + } + } + ], + "selectedFile": "/storage/emulated/0/AndroidIDEProjects/4L4y-T3xt/build.gradle" +} \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 6c4e910..c5ff643 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,12 +6,12 @@ plugins { android { namespace 'qz.katareplacer' - compileSdk 33 + compileSdk 34 defaultConfig { applicationId "qz.katareplacer" minSdk 21 - targetSdk 33 + targetSdk 34 versionCode 1 versionName "1.0" diff --git a/build.gradle b/build.gradle index ca1aead..0d51080 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.0.0' apply false - id 'com.android.library' version '8.0.0' apply false + id 'com.android.application' version '8.0.2' apply false + id 'com.android.library' version '8.0.2' apply false }