We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2.0.0
1 parent 21b5288 commit e4971c6Copy full SHA for e4971c6
2 files changed
build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
dependencies {
9
classpath 'com.android.tools.build:gradle:8.1.3'
10
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20"
11
- classpath 'io.github.gradle-nexus:publish-plugin:1.1.0'
+ classpath 'io.github.gradle-nexus:publish-plugin:2.0.0'
12
classpath 'de.undercouch:gradle-download-task:5.3.0'
13
// NOTE: Do not place your application dependencies here; they belong
14
// in the individual module build.gradle.kts files
lib/build.gradle
@@ -32,7 +32,7 @@ android {
32
namespace = "kiwix.org.kiwixlib"
33
defaultConfig {
34
35
- minSdk 25
+ minSdk 24
36
targetSdk 34
37
versionCode 1
38
versionName "1.0"
0 commit comments