diff --git a/build.gradle b/build.gradle index 5969c93..7d4634a 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:8.1.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20" - classpath 'io.github.gradle-nexus:publish-plugin:1.1.0' + classpath 'io.github.gradle-nexus:publish-plugin:2.0.0' classpath 'de.undercouch:gradle-download-task:5.3.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle.kts files diff --git a/lib/build.gradle b/lib/build.gradle index 01dd1d5..14b2d80 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -32,7 +32,7 @@ android { namespace = "kiwix.org.kiwixlib" defaultConfig { - minSdk 25 + minSdk 24 targetSdk 34 versionCode 1 versionName "1.0"