Skip to content

Commit 8448f6f

Browse files
committed
build: Update app version to 1.0.0
1 parent dc10dc8 commit 8448f6f

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 = 3
22-
versionName = "1.0.0-beta.3"
21+
versionCode = 4
22+
versionName = "1.0.0"
2323

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

0 commit comments

Comments
 (0)