Skip to content

Commit

Permalink
- update version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo03v committed Aug 16, 2023
1 parent cc5074c commit cce6ada
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "cloud.pablos.overload"
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = 34
versionCode = 93
versionName = "0.9.3"
versionCode = 100
versionName = "0.10.0"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -83,6 +83,10 @@ android {
}

dependencies {
val acraVersion = "5.11.1"
implementation("ch.acra:acra-mail:$acraVersion")
implementation("ch.acra:acra-toast:$acraVersion")

implementation(libs.androidx.room.runtime)
implementation(libs.androidx.room.ktx)
kapt(libs.androidx.room.compiler)
Expand Down
2 changes: 2 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@
-dontwarn org.openjsse.javax.net.ssl.SSLParameters
-dontwarn org.openjsse.javax.net.ssl.SSLSocket
-dontwarn org.openjsse.net.ssl.OpenJSSE
-dontwarn javax.annotation.processing.AbstractProcessor
-dontwarn javax.annotation.processing.SupportedOptions
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 93,
"versionName": "0.9.3",
"versionCode": 100,
"versionName": "0.10.0",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit cce6ada

Please sign in to comment.