Skip to content

Commit acfac5d

Browse files
committed
build.gradle.kts: Update versionName to 2.1.0 in build.gradle.kts
1 parent 833bf49 commit acfac5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
minSdk = 29
1313
targetSdk = 34
1414
versionCode = 1
15-
versionName = "2.0.4"
15+
versionName = "2.1.0"
1616

1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1818
}

0 commit comments

Comments
 (0)