From 63499d574ea664e74285cb6c13bd6d47efbedabc Mon Sep 17 00:00:00 2001 From: andihasan97 Date: Sun, 3 Nov 2024 18:07:01 +0700 Subject: [PATCH] agp --- .androidide/editor/openedFiles.json | 35 ++++++++++++++++++++--------- gradle/libs.versions.toml | 2 +- 2 files changed, 26 insertions(+), 11 deletions(-) diff --git a/.androidide/editor/openedFiles.json b/.androidide/editor/openedFiles.json index e017608..4c276fe 100644 --- a/.androidide/editor/openedFiles.json +++ b/.androidide/editor/openedFiles.json @@ -4,14 +4,14 @@ "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 } } }, @@ -19,16 +19,31 @@ "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" diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 11953c4..7d1845c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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"