feat: Adjust to Moxxy changes
This commit is contained in:
parent
6896b928e8
commit
271428219a
@ -27,16 +27,17 @@ apply plugin: 'com.android.library'
|
||||
apply plugin: 'org.jetbrains.kotlin.android'
|
||||
|
||||
android {
|
||||
compileSdkVersion 31
|
||||
compileSdkVersion 33
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_14
|
||||
targetCompatibility JavaVersion.VERSION_14
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
// What Moxxy currently uses
|
||||
minSdkVersion 26
|
||||
targetSdkVersion 33
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user