更新类库,设置适配安卓版本和应用版本号。
This commit is contained in:
parent
652caf7a46
commit
83a061856a
@ -29,7 +29,7 @@ android {
|
||||
// versionName 更新后需要手动设置
|
||||
// 项目模块目录的 build.gradle 文件的 stageCount=0
|
||||
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"
|
||||
versionName "7.6"
|
||||
versionName "15.0"
|
||||
if(true) {
|
||||
versionName = genVersionName("${versionName}")
|
||||
}
|
||||
|
@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Mon Mar 24 01:56:29 GMT 2025
|
||||
stageCount=13
|
||||
#Mon Mar 24 05:45:30 GMT 2025
|
||||
stageCount=0
|
||||
libraryProject=libaes
|
||||
baseVersion=7.6
|
||||
publishVersion=7.6.12
|
||||
buildCount=0
|
||||
baseBetaVersion=7.6.13
|
||||
baseVersion=15.0
|
||||
publishVersion=15.0.0
|
||||
buildCount=5
|
||||
baseBetaVersion=15.0.1
|
||||
|
@ -21,8 +21,6 @@ android {
|
||||
|
||||
dependencies {
|
||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||
api 'cc.winboll.studio:libappbase:15.0.8'
|
||||
api 'cc.winboll.studio:libapputils:15.0.11'
|
||||
|
||||
// 权限请求框架:https://github.com/getActivity/XXPermissions
|
||||
api 'com.github.getActivity:XXPermissions:18.63'
|
||||
@ -41,11 +39,9 @@ dependencies {
|
||||
// 网络连接类库
|
||||
api 'com.squareup.okhttp3:okhttp:4.4.1'
|
||||
|
||||
// Android 类库
|
||||
api 'androidx.appcompat:appcompat:1.1.0'
|
||||
api 'androidx.viewpager:viewpager:1.0.0'
|
||||
api 'androidx.vectordrawable:vectordrawable:1.1.0'
|
||||
api 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
|
||||
api 'androidx.fragment:fragment:1.1.0'
|
||||
api 'com.google.android.material:material:1.0.0'
|
||||
// AndroidX 类库
|
||||
api 'androidx.appcompat:appcompat:1.0.0'
|
||||
|
||||
api 'cc.winboll.studio:libappbase:15.0.8'
|
||||
api 'cc.winboll.studio:libapputils:15.0.11'
|
||||
}
|
||||
|
@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sun Mar 09 20:28:09 HKT 2025
|
||||
stageCount=13
|
||||
#Mon Mar 24 05:45:30 GMT 2025
|
||||
stageCount=0
|
||||
libraryProject=libaes
|
||||
baseVersion=7.6
|
||||
publishVersion=7.6.12
|
||||
buildCount=0
|
||||
baseBetaVersion=7.6.13
|
||||
baseVersion=15.0
|
||||
publishVersion=15.0.0
|
||||
buildCount=5
|
||||
baseBetaVersion=15.0.1
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="AESTheme" parent="APPBaseTheme">
|
||||
<style name="AESTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<item name="colorTextColor">#FF000000</item>
|
||||
<item name="colorPrimary">#FF03AB4E</item>
|
||||
<item name="colorPrimaryDark">#FF027C39</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user