Skip to content

Commit

Permalink
set minSdk to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Balcan committed Dec 17, 2024
1 parent 4c47df7 commit 05fb0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregates/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
namespace = "org.dhis2.mobile.aggregates"
compileSdk = 34
defaultConfig {
minSdk = 24
minSdk = 21
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 05fb0fb

Please sign in to comment.