diff --git a/aes/build.gradle b/aes/build.gradle index 527a43c..34cf6c1 100644 --- a/aes/build.gradle +++ b/aes/build.gradle @@ -48,25 +48,35 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'com.squareup.okhttp3:okhttp:4.4.1' - + // 权限请求框架:https://github.com/getActivity/XXPermissions + implementation 'com.github.getActivity:XXPermissions:18.63' + // 下拉控件 + implementation 'com.baoyz.pullrefreshlayout:library:1.2.0' + // 拼音搜索 // https://mvnrepository.com/artifact/com.github.open-android/pinyin4j implementation 'com.github.open-android:pinyin4j:2.5.0' - - // https://github.com/baoyongzhang/android-PullRefreshLayout - implementation 'com.baoyz.pullrefreshlayout:library:1.2.0' - - implementation 'io.github.medyo:android-about-page:2.0.0' - implementation 'com.github.getActivity:ToastUtils:10.5' - + // SSH implementation 'com.jcraft:jsch:0.1.55' + // Html 解析 implementation 'org.jsoup:jsoup:1.13.1' + // 二维码类库 + implementation 'com.google.zxing:core:3.4.1' + implementation 'com.journeyapps:zxing-android-embedded:3.6.0' + // 应用介绍页类库 + implementation 'io.github.medyo:android-about-page:2.0.0' + // 吐司类库 + implementation 'com.github.getActivity:ToastUtils:10.5' + // 网络连接类库 + implementation 'com.squareup.okhttp3:okhttp:4.4.1' + // Android 类库 implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.viewpager:viewpager:1.0.0' + implementation 'androidx.vectordrawable:vectordrawable:1.1.0' + implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0' implementation 'androidx.fragment:fragment:1.1.0' implementation 'com.google.android.material:material:1.4.0' - implementation 'cc.winboll.studio:libapputils:9.3.2' - implementation 'cc.winboll.studio:libappbase:1.5.6' + implementation 'cc.winboll.studio:libappbase:2.1.1' + implementation 'cc.winboll.studio:libapputils:9.4.0' } diff --git a/aes/build.properties b/aes/build.properties index 7ab792e..c60980f 100644 --- a/aes/build.properties +++ b/aes/build.properties @@ -1,5 +1,5 @@ #Created by .winboll/winboll_app_build.gradle -#Fri Mar 07 01:30:12 GMT 2025 +#Fri Mar 07 01:35:23 GMT 2025 stageCount=6 libraryProject=libaes baseVersion=7.6 diff --git a/libaes/build.gradle b/libaes/build.gradle index 34f139b..3fb5059 100644 --- a/libaes/build.gradle +++ b/libaes/build.gradle @@ -22,25 +22,35 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'com.squareup.okhttp3:okhttp:4.4.1' - + // 权限请求框架:https://github.com/getActivity/XXPermissions + implementation 'com.github.getActivity:XXPermissions:18.63' + // 下拉控件 + implementation 'com.baoyz.pullrefreshlayout:library:1.2.0' + // 拼音搜索 // https://mvnrepository.com/artifact/com.github.open-android/pinyin4j implementation 'com.github.open-android:pinyin4j:2.5.0' - - // https://github.com/baoyongzhang/android-PullRefreshLayout - implementation 'com.baoyz.pullrefreshlayout:library:1.2.0' - - implementation 'io.github.medyo:android-about-page:2.0.0' - implementation 'com.github.getActivity:ToastUtils:10.5' - + // SSH implementation 'com.jcraft:jsch:0.1.55' + // Html 解析 implementation 'org.jsoup:jsoup:1.13.1' + // 二维码类库 + implementation 'com.google.zxing:core:3.4.1' + implementation 'com.journeyapps:zxing-android-embedded:3.6.0' + // 应用介绍页类库 + implementation 'io.github.medyo:android-about-page:2.0.0' + // 吐司类库 + implementation 'com.github.getActivity:ToastUtils:10.5' + // 网络连接类库 + implementation 'com.squareup.okhttp3:okhttp:4.4.1' + // Android 类库 implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.viewpager:viewpager:1.0.0' + implementation 'androidx.vectordrawable:vectordrawable:1.1.0' + implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0' implementation 'androidx.fragment:fragment:1.1.0' implementation 'com.google.android.material:material:1.4.0' - implementation 'cc.winboll.studio:libapputils:9.3.2' - implementation 'cc.winboll.studio:libappbase:1.5.6' + implementation 'cc.winboll.studio:libappbase:2.1.1' + implementation 'cc.winboll.studio:libapputils:9.4.0' } diff --git a/libaes/src/main/java/cc/winboll/studio/libaes/beans/AESThemeBean.java b/libaes/src/main/java/cc/winboll/studio/libaes/beans/AESThemeBean.java index fe23895..44fd998 100644 --- a/libaes/src/main/java/cc/winboll/studio/libaes/beans/AESThemeBean.java +++ b/libaes/src/main/java/cc/winboll/studio/libaes/beans/AESThemeBean.java @@ -8,7 +8,7 @@ package cc.winboll.studio.libaes.beans; import android.util.JsonReader; import android.util.JsonWriter; import cc.winboll.studio.libaes.R; -import cc.winboll.studio.libapputils.bean.BaseBean; +import cc.winboll.studio.libappbase.BaseBean; import java.io.IOException; public class AESThemeBean extends BaseBean {