We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b6f26 commit bed4b0bCopy full SHA for bed4b0b
2 files changed
claimManagement/build.gradle
@@ -24,10 +24,10 @@ android {
24
25
defaultConfig {
26
applicationId "org.openimis.imisclaims"
27
- minSdkVersion 26
+ minSdkVersion 21
28
targetSdkVersion 32
29
versionCode 4
30
- versionName System.getenv("APP_VERSION") ?: "2.3.9"
+ versionName System.getenv("APP_VERSION") ?: "2.4.0"
31
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
32
}
33
buildTypes {
claimManagement/src/main/java/org/openimis/imisclaims/new.properties
@@ -0,0 +1,2 @@
1
+android.nonFinalResIds=false
2
+
0 commit comments