1 Star 1 Fork 0

之於/安卓大作业

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
之於 提交于 2023-06-15 09:50 . 第二次修改
plugins {
id 'com.android.application'
}
android {
compileSdk 31
defaultConfig {
applicationId "com.february.todo"
minSdk 28
targetSdk 31
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
namespace 'com.february.todo'
}
dependencies {
implementation 'com.contrarywind:Android-PickerView:4.1.9'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation project(path: ':calendarview')
implementation project(path: ':leftslidelib')
implementation fileTree(dir: 'D:\\aazhuhongyu\\code\\Android\\mybigwork\\TODO-main\\app\\libs', include: ['*.aar', '*.jar'], exclude: [])
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
implementation 'com.facebook.stetho:stetho:1.5.1'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/viwu/android-homework.git
[email protected]:viwu/android-homework.git
viwu
android-homework
安卓大作业
master

搜索帮助