Files
HaiNaOSLenovo/JZVideo/build.gradle
tongtongstudio 69d3ddd498 version:1.0.0
bugfixes:
update:更改包名,增加系统签名,修改图标
2026-01-24 15:35:07 +08:00

38 lines
771 B
Groovy

apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 30
buildToolsVersion = '30.0.3'
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 106
versionName "7.6.0"
}
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
lintOptions {
abortOnError false
}
buildTypes {
zhanRuiDebug {}
zhanRuiRelease {}
debug {}
release {}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "androidx.core:core-ktx:1.3.2"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}
//apply from: '../gradle/build_upload.gradle'