Skip to content

Commit 2ee7770

Browse files
committed
Bump minor version
1 parent 1df2267 commit 2ee7770

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
@@ -23,8 +23,8 @@ android {
2323
minSdk = 28
2424
//noinspection ExpiredTargetSdkVersion
2525
targetSdk = 28
26-
versionCode = 7
27-
versionName = "1.1.5-rc1"
26+
versionCode = 8
27+
versionName = "1.1.5-rc2"
2828

2929
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3030
vectorDrawables {

0 commit comments

Comments
 (0)