Skip to content

Commit

Permalink
Update AGP dan SDK 34
Browse files Browse the repository at this point in the history
  • Loading branch information
QiubyZ committed Dec 21, 2023
1 parent 03baec1 commit f08e2f1
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 4 deletions.
35 changes: 35 additions & 0 deletions .androidide/editor/openedFiles.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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

}

Expand Down

0 comments on commit f08e2f1

Please sign in to comment.