Skip to content

Commit

Permalink
Merge pull request #341 from lucasnlm/fix-crash
Browse files Browse the repository at this point in the history
Fix crash
  • Loading branch information
lucasnlm authored Oct 21, 2021
2 parents 14424ae + 2e0ac99 commit 3bdb3b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {

defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 1500011
versionName '15.0.1'
versionCode 1500021
versionName '15.0.2'
minSdkVersion 21
targetSdkVersion 31
multiDexEnabled true
Expand Down Expand Up @@ -132,6 +132,7 @@ dependencies {
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.activity:activity-ktx:1.3.1'
implementation 'androidx.fragment:fragment-ktx:1.3.6'
implementation 'androidx.work:work-runtime-ktx:2.7.0'

// Lifecycle
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1'
Expand Down

0 comments on commit 3bdb3b3

Please sign in to comment.