Skip to content

Commit 3e3e685

Browse files
committed
Update Gradle and dependencies
1 parent f200b8a commit 3e3e685

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!--used to check if an assistant app is currently installed or not in (PackageChecker.kt)-->
99
<uses-permission
1010
android:name="android.permission.QUERY_ALL_PACKAGES"
11-
tools:ignore="QueryAllPackagesPermission" />
11+
tools:ignore="PackageVisibilityPolicy,QueryAllPackagesPermission" />
1212

1313
<uses-permission android:name="android.permission.VIBRATE" />
1414

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
2-
agp = "8.12.2"
3-
kotlin = "2.2.10"
2+
agp = "8.13.0"
3+
kotlin = "2.2.20"
44
kotlinReflect = "2.2.0"
55
preference = "1.2.1"
66
appcompat = "1.7.1"
7-
navigation = "2.9.3"
7+
navigation = "2.9.4"
88
splashScreen = "1.0.1"
99
material = "1.14.0-alpha04"
1010
aboutLibraries = "12.2.4"

0 commit comments

Comments
 (0)