Skip to content

Commit 3000592

Browse files
committed
build: Bump app version to 1.3.0
1 parent e237734 commit 3000592

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId = "app.umerfarooq.littlerelay"
1919
minSdk = libs.versions.minSdk.get().toInt()
2020
targetSdk = 36
21-
versionCode = 6
22-
versionName = "1.2.0"
21+
versionCode = 7
22+
versionName = "1.3.0"
2323

2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2525
}

0 commit comments

Comments
 (0)