Skip to content

Commit fb3570a

Browse files
author
Your Name
committed
Bump com.android.application from 8.10.0 to 8.10.1
Bumps com.android.application from 8.10.0 to 8.10.1. Also increments app version code to 40 and version name to "1.3.13". --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.10.1 dependency-type: direct:production update-type: version-update:semver-patch ...
1 parent 8e7d91b commit fb3570a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
minSdk = 31
1515
targetSdk = 35
1616

17-
versionCode = 39
18-
versionName = "1.3.12"
17+
versionCode = 40
18+
versionName = "1.3.13"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.10.0"
2+
agp = "8.10.1"
33
annotation = "1.9.1"
44
appcompat = "1.7.0"
55
cardview = "1.0.0"

0 commit comments

Comments
 (0)