version:1.0

fix:
update:基本布局实现
This commit is contained in:
2023-02-09 16:03:47 +08:00
parent ace6008709
commit 34433f4f1f
360 changed files with 6211 additions and 8615 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: "com.tencent.android.tpns"
def appName() {
return "科大讯飞学习桌面"
return "ZYLauncher"
}
def releaseTime() {
@@ -74,9 +74,6 @@ android {
}
}
}
manifestPlaceholders = [
Baidu_AK: "ZauKWLbO0AfHSgR2j3unMkP0MwbBZHxO"
]
}
release {
@@ -101,9 +98,6 @@ android {
}
}
}
manifestPlaceholders = [
Baidu_AK: "ZauKWLbO0AfHSgR2j3unMkP0MwbBZHxO"
]
}
}
}
@@ -123,7 +117,6 @@ dependencies {
implementation "androidx.viewpager2:viewpager2:1.0.0"
// Java language implementation
implementation "androidx.fragment:fragment:1.4.1"
implementation "androidx.viewpager2:viewpager2:1.0.0"
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'