Skip to content

Commit

Permalink
agp
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanelfalakiy committed Nov 3, 2024
1 parent 192ee47 commit 63499d5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
35 changes: 25 additions & 10 deletions .androidide/editor/openedFiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,46 @@
"file": "/storage/emulated/0/AndroidIDEProjects/flashbar/flashbar/build.gradle.kts",
"selection": {
"end": {
"column": 30,
"index": 1675,
"line": 67
"column": 3,
"index": 568,
"line": 16
},
"start": {
"column": 30,
"index": 1675,
"line": 67
"column": 3,
"index": 568,
"line": 16
}
}
},
{
"file": "/storage/emulated/0/AndroidIDEProjects/flashbar/gradle/libs.versions.toml",
"selection": {
"end": {
"column": 10,
"index": 164,
"column": 12,
"index": 166,
"line": 4
},
"start": {
"column": 10,
"index": 164,
"column": 12,
"index": 166,
"line": 4
}
}
},
{
"file": "/storage/emulated/0/AndroidIDEProjects/flashbar/build.gradle.kts",
"selection": {
"end": {
"column": 0,
"index": 0,
"line": 0
},
"start": {
"column": 0,
"index": 0,
"line": 0
}
}
}
],
"selectedFile": "/storage/emulated/0/AndroidIDEProjects/flashbar/flashbar/build.gradle.kts"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format

[versions]
agp = "8.2.0"
agp = "8.1.1"
junit-jupiter-engine = "5.10.2"
kotlin = "1.9.24"
junit = "4.13.2"
Expand Down

0 comments on commit 63499d5

Please sign in to comment.