Skip to content

Commit a652f6e

Browse files
author
Justin Kirk
committed
Update version
1 parent dfa5380 commit a652f6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

form/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ apply plugin: 'kotlin-android-extensions'
44
apply plugin: "guru.stefma.bintrayrelease"
55
apply plugin: 'jacoco'
66

7-
version = '6.5.4'
7+
version = '6.5.5'
88

99
android {
1010
compileSdkVersion 29
1111

1212
defaultConfig {
1313
minSdkVersion 19
1414
targetSdkVersion 29
15-
versionCode 47
15+
versionCode 48
1616
versionName project.version
1717
multiDexEnabled true
1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)