Skip to content

Commit

Permalink
set compileSdk and minSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Balcan committed Jan 15, 2025
1 parent 43a1e65 commit 9fdd1e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aggregates/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ kotlin {

android {
namespace = "org.dhis2.mobile.aggregates"
compileSdk = 34
compileSdk = libs.versions.sdk.get().toInt()
defaultConfig {
minSdk = 21
minSdk = libs.versions.sdk.get().toInt()
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 9fdd1e3

Please sign in to comment.