We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1e09c commit 43fd58cCopy full SHA for 43fd58c
build.gradle
@@ -2,7 +2,7 @@
2
* SMS Import / Export: a simple Android app for importing and exporting SMS and MMS messages,
3
* call logs, and contacts, from and to JSON / NDJSON files.
4
*
5
- * Copyright (c) 2021-2024 Thomas More
+ * Copyright (c) 2021-2025 Thomas More
6
7
* This file is part of SMS Import / Export.
8
@@ -28,7 +28,7 @@ buildscript {
28
mavenCentral()
29
}
30
dependencies {
31
- classpath 'com.android.tools.build:gradle:8.9.0'
+ classpath 'com.android.tools.build:gradle:8.9.1'
32
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20'
33
34
0 commit comments