Skip to content

Commit bed4b0b

Browse files
committed
retrograde minsdk
1 parent 48b6f26 commit bed4b0b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

claimManagement/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ android {
2424

2525
defaultConfig {
2626
applicationId "org.openimis.imisclaims"
27-
minSdkVersion 26
27+
minSdkVersion 21
2828
targetSdkVersion 32
2929
versionCode 4
30-
versionName System.getenv("APP_VERSION") ?: "2.3.9"
30+
versionName System.getenv("APP_VERSION") ?: "2.4.0"
3131
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
3232
}
3333
buildTypes {
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
android.nonFinalResIds=false
2+

0 commit comments

Comments
 (0)