1 Star 1 Fork 0

刘铭/Parse-Swift

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 642 Bytes
一键复制 编辑 原始数据 按行查看 历史
Corey's iMac 提交于 2021-05-16 01:42 +08:00 . add Kotlin Android files
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 21
targetSdkVersion 28
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.google.android.exoplayer:exoplayer:2.11.7"
}
repositories {
google()
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liu-ming79/Parse-Swift.git
git@gitee.com:liu-ming79/Parse-Swift.git
liu-ming79
Parse-Swift
Parse-Swift
androidBuild

搜索帮助