Skip to content
This repository was archived by the owner on Jan 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
}
}