We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa5380 commit a652f6eCopy full SHA for a652f6e
1 file changed
form/build.gradle
@@ -4,15 +4,15 @@ apply plugin: 'kotlin-android-extensions'
4
apply plugin: "guru.stefma.bintrayrelease"
5
apply plugin: 'jacoco'
6
7
-version = '6.5.4'
+version = '6.5.5'
8
9
android {
10
compileSdkVersion 29
11
12
defaultConfig {
13
minSdkVersion 19
14
targetSdkVersion 29
15
- versionCode 47
+ versionCode 48
16
versionName project.version
17
multiDexEnabled true
18
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
0 commit comments