Skip to content

Commit

Permalink
Merge pull request #195 from Sav22999/beta
Browse files Browse the repository at this point in the history
Fixed a bug for API 31+
  • Loading branch information
Sav22999 authored May 31, 2022
2 parents bd966c9 + e3c6598 commit 41e7723
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified app/GPS/release/app-GPS-release.aab
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId 'org.commonvoice.saverio'
minSdkVersion 26
targetSdk 31
versionCode = 178
versionName '2.4.0.4'
versionCode = 179
versionName '2.4.0.5'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Versions {
const val coreKtxVersion = "1.6.0"
const val legacySupportVersion = "1.0.0"

const val workVersion = "2.5.0"
const val workVersion = "2.7.1"
const val lifeCycleVersion = "2.3.1"
const val roomVersion = "2.3.0"
const val navigationVersion = "2.3.5"
Expand Down

0 comments on commit 41e7723

Please sign in to comment.