We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71f027 commit e949f2dCopy full SHA for e949f2d
app/build.gradle.kts
@@ -11,8 +11,8 @@ android {
11
applicationId = "com.wstxda.toolkit"
12
minSdk = 26
13
targetSdk = 36
14
- versionCode = 100
15
- versionName = "1.0"
+ versionCode = 200
+ versionName = "2.0"
16
}
17
18
buildTypes {
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-agp = "8.13.1"
+agp = "8.13.2"
3
kotlin = "2.2.21"
4
appcompat = "1.7.1"
5
fragment = "1.8.9"
0 commit comments