1 Star 10 Fork 2

goweii/AnyLayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
library.gradle 649 Bytes
一键复制 编辑 原始数据 按行查看 历史
apply plugin: 'com.android.library'
apply from: "../maven-upload.gradle"
android {
compileSdkVersion 30
buildToolsVersion "30.0.3"
defaultConfig {
minSdkVersion 14
targetSdkVersion 30
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}
dependencies {
compileOnly 'androidx.appcompat:appcompat:1.3.1'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/goweii/AnyLayer.git
[email protected]:goweii/AnyLayer.git
goweii
AnyLayer
AnyLayer
master

搜索帮助