version:1.0
fix: update:基本布局实现
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user