Skip to content

Commit ed5fefe

Browse files
committed
chore: increment version to 3.0.1
This commit updates the application versioning in `build.gradle.kts`. - Incremented `versionCode` from `127` to `128`. - Updated `versionName` from `3.0.0` to `3.0.1`. Signed-off-by: Arturo Cervantes <artuscervantes111@gmail.com>
1 parent e23ade3 commit ed5fefe

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
@@ -23,8 +23,8 @@ android {
2323
applicationId = "com.Arturo254.opentune"
2424
minSdk = 26
2525
targetSdk = 36
26-
versionCode = 127
27-
versionName = "3.0.0"
26+
versionCode = 128
27+
versionName = "3.0.1"
2828

2929
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3030
vectorDrawables.useSupportLibrary = true

0 commit comments

Comments
 (0)