Skip to content

Commit 43fd58c

Browse files
committed
Update AGP to 8.9.1
1 parent 6b1e09c commit 43fd58c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* SMS Import / Export: a simple Android app for importing and exporting SMS and MMS messages,
33
* call logs, and contacts, from and to JSON / NDJSON files.
44
*
5-
* Copyright (c) 2021-2024 Thomas More
5+
* Copyright (c) 2021-2025 Thomas More
66
*
77
* This file is part of SMS Import / Export.
88
*
@@ -28,7 +28,7 @@ buildscript {
2828
mavenCentral()
2929
}
3030
dependencies {
31-
classpath 'com.android.tools.build:gradle:8.9.0'
31+
classpath 'com.android.tools.build:gradle:8.9.1'
3232
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20'
3333
}
3434
}

0 commit comments

Comments
 (0)