Skip to content

Commit 29029d5

Browse files
committed
build: Bump app version to 1.13.0
1 parent 606f0b2 commit 29029d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId = "com.github.umercodez.sensorspot"
1717
minSdk = 23
1818
targetSdk = 36
19-
versionCode = 24
20-
versionName = "1.12.0"
19+
versionCode = 25
20+
versionName = "1.13.0"
2121

2222
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2323
}

0 commit comments

Comments
 (0)