更新类库

This commit is contained in:
ZhanGSKen 2025-03-31 12:05:11 +08:00
parent 62b39988fd
commit 0d540c422e
2 changed files with 24 additions and 17 deletions

View File

@ -47,35 +47,42 @@ dependencies {
api fileTree(dir: 'libs', include: ['*.jar']) api fileTree(dir: 'libs', include: ['*.jar'])
// https://github.com/getActivity/XXPermissions // https://github.com/getActivity/XXPermissions
implementation 'com.github.getActivity:XXPermissions:18.63' api 'com.github.getActivity:XXPermissions:18.63'
// //
implementation 'com.baoyz.pullrefreshlayout:library:1.2.0' api 'com.baoyz.pullrefreshlayout:library:1.2.0'
// //
// https://mvnrepository.com/artifact/com.github.open-android/pinyin4j // https://mvnrepository.com/artifact/com.github.open-android/pinyin4j
implementation 'com.github.open-android:pinyin4j:2.5.0' api 'com.github.open-android:pinyin4j:2.5.0'
// SSH // SSH
implementation 'com.jcraft:jsch:0.1.55' api 'com.jcraft:jsch:0.1.55'
// Html // Html
implementation 'org.jsoup:jsoup:1.13.1' api 'org.jsoup:jsoup:1.13.1'
// //
implementation 'com.google.zxing:core:3.4.1' api 'com.google.zxing:core:3.4.1'
implementation 'com.journeyapps:zxing-android-embedded:3.6.0' api 'com.journeyapps:zxing-android-embedded:3.6.0'
// //
implementation 'io.github.medyo:android-about-page:2.0.0' api 'io.github.medyo:android-about-page:2.0.0'
// //
implementation 'com.github.getActivity:ToastUtils:10.5' api 'com.github.getActivity:ToastUtils:10.5'
// //
implementation 'com.squareup.okhttp3:okhttp:4.4.1' api 'com.squareup.okhttp3:okhttp:4.4.1'
// Android // AndroidX
implementation 'androidx.appcompat:appcompat:1.1.0' /*implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.viewpager:viewpager:1.0.0' implementation 'androidx.viewpager:viewpager:1.0.0'
implementation 'androidx.vectordrawable:vectordrawable:1.1.0' implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0' implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
implementation 'androidx.fragment:fragment:1.1.0' implementation 'androidx.fragment:fragment:1.1.0'
implementation 'com.google.android.material:material:1.4.0' implementation 'com.google.android.material:material:1.4.0'
*/
api 'androidx.appcompat:appcompat:1.1.0'
api 'com.google.android.material:material:1.4.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'
implementation 'cc.winboll.studio:libappbase:15.2.0' api 'cc.winboll.studio:libaes:15.2.3'
implementation 'cc.winboll.studio:libapputils:15.2.0' api 'cc.winboll.studio:libapputils:15.2.1'
implementation 'cc.winboll.studio:libaes:15.2.0' api 'cc.winboll.studio:libappbase:15.2.2'
} }

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Sat Mar 29 09:34:54 HKT 2025 #Mon Mar 31 04:04:09 GMT 2025
stageCount=1 stageCount=1
libraryProject= libraryProject=
baseVersion=15.2 baseVersion=15.2
publishVersion=15.2.0 publishVersion=15.2.0
buildCount=0 buildCount=2
baseBetaVersion=15.2.1 baseBetaVersion=15.2.1