Upgraded nexus-plugin to 2.0.0.

* Changed the minimum SDK version to 24.
This commit is contained in:
MohitMaliFtechiz 2024-05-13 16:51:48 +05:30
parent 21b5288cfd
commit e4971c670e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -32,7 +32,7 @@ android {
namespace = "kiwix.org.kiwixlib"
defaultConfig {
minSdk 25
minSdk 24
targetSdk 34
versionCode 1
versionName "1.0"