Skip to content

Commit

Permalink
reduced minSdk to 26
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Jul 16, 2023
1 parent ecd41f0 commit 43c3ff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appmock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
}
defaultConfig {
applicationId "land.fx.app"
minSdkVersion 30
minSdkVersion 26
targetSdkVersion 31
versionCode 1
versionName "1.0"
Expand Down Expand Up @@ -49,7 +49,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'com.github.functionland:fula-build-aar:v1.13.0' // From jitpack.io
implementation 'com.github.functionland:fula-build-aar:v1.13.1' // From jitpack.io
testImplementation 'junit:junit:4.+'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.1'
testImplementation "androidx.arch.core:core-testing:2.1.0"
Expand Down

0 comments on commit 43c3ff8

Please sign in to comment.