Skip to content

Commit

Permalink
chore: bump minsdk from 17 to 19 due to androidx.lifecycle.livedata
Browse files Browse the repository at this point in the history
  • Loading branch information
corenting committed Jan 24, 2024
1 parent 297560c commit e6760be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {

defaultConfig {
applicationId "fr.corenting.convertisseureurofranc"
minSdkVersion 17
minSdkVersion 19
targetSdkVersion 34
versionCode 25
versionName "2.16"
Expand Down Expand Up @@ -37,6 +37,7 @@ android {

buildFeatures {
viewBinding true
buildConfig true
}
namespace 'fr.corenting.convertisseureurofranc'
}
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=true
android.nonFinalResIds=true

0 comments on commit e6760be

Please sign in to comment.