LeOS-Genesis/xcrash_lib/build.gradle

20 lines
348 B
Groovy
Raw Permalink Normal View History

2023-01-25 08:13:53 +01:00
apply plugin: 'com.android.library'
android {
compileSdkVersion 33
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
buildTypes {
debug {
minifyEnabled false
}
release {
minifyEnabled false
}
}
}