We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df2267 commit 2ee7770Copy full SHA for 2ee7770
app/build.gradle.kts
@@ -23,8 +23,8 @@ android {
23
minSdk = 28
24
//noinspection ExpiredTargetSdkVersion
25
targetSdk = 28
26
- versionCode = 7
27
- versionName = "1.1.5-rc1"
+ versionCode = 8
+ versionName = "1.1.5-rc2"
28
29
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
30
vectorDrawables {
0 commit comments