mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-09 23:30:34 -04:00
Reverting minSdk,targetSdk version
This commit is contained in:
parent
9b7067ddd2
commit
37618f2c63
@ -26,12 +26,12 @@ ext {
|
|||||||
|
|
||||||
apply from: 'publish.gradle'
|
apply from: 'publish.gradle'
|
||||||
android {
|
android {
|
||||||
compileSdk 33
|
compileSdk 32
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
|
||||||
minSdk 33
|
minSdk 21
|
||||||
targetSdk 33
|
targetSdk 32
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user