Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 43c3ff8

Browse files
committed
reduced minSdk to 26
1 parent ecd41f0 commit 43c3ff8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appmock/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
}
1111
defaultConfig {
1212
applicationId "land.fx.app"
13-
minSdkVersion 30
13+
minSdkVersion 26
1414
targetSdkVersion 31
1515
versionCode 1
1616
versionName "1.0"
@@ -49,7 +49,7 @@ dependencies {
4949
implementation 'androidx.appcompat:appcompat:1.4.1'
5050
implementation 'com.google.android.material:material:1.5.0'
5151
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
52-
implementation 'com.github.functionland:fula-build-aar:v1.13.0' // From jitpack.io
52+
implementation 'com.github.functionland:fula-build-aar:v1.13.1' // From jitpack.io
5353
testImplementation 'junit:junit:4.+'
5454
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.1'
5555
testImplementation "androidx.arch.core:core-testing:2.1.0"

0 commit comments

Comments
 (0)