修改首页

This commit is contained in:
nail
2026-03-28 19:18:53 +08:00
parent 659eef7e29
commit 0c3bc88a29
53 changed files with 3850 additions and 51 deletions

View File

@@ -0,0 +1,20 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 21
targetSdkVersion 28
}
buildTypes {
release {
minifyEnabled false
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
}