diff --git a/app/build.gradle b/app/build.gradle index 627e21f..dc44059 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "cloud.keyspace.android" minSdkVersion 27 targetSdkVersion 33 - versionCode 141 - versionName "1.4.1" + versionCode 142 + versionName "1.4.2" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -103,4 +103,4 @@ dependencies { // ACRA for crash logging implementation 'ch.acra:acra-mail:5.9.7' // mail component implementation 'ch.acra:acra-dialog:5.9.7' // dialog component -} \ No newline at end of file +}