0327
This commit is contained in:
parent
48165364d1
commit
9afb1751a6
@ -48,25 +48,35 @@ dependencies {
|
|||||||
|
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
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
|
// https://mvnrepository.com/artifact/com.github.open-android/pinyin4j
|
||||||
implementation 'com.github.open-android:pinyin4j:2.5.0'
|
implementation 'com.github.open-android:pinyin4j:2.5.0'
|
||||||
|
// SSH
|
||||||
// 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'
|
|
||||||
|
|
||||||
implementation 'com.jcraft:jsch:0.1.55'
|
implementation 'com.jcraft:jsch:0.1.55'
|
||||||
|
// Html 解析
|
||||||
implementation 'org.jsoup:jsoup:1.13.1'
|
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.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-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'
|
||||||
|
|
||||||
implementation 'cc.winboll.studio:libapputils:9.3.2'
|
implementation 'cc.winboll.studio:libappbase:2.1.1'
|
||||||
implementation 'cc.winboll.studio:libappbase:1.5.6'
|
implementation 'cc.winboll.studio:libapputils:9.4.0'
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#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
|
stageCount=6
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=7.6
|
baseVersion=7.6
|
||||||
|
@ -22,25 +22,35 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
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
|
// https://mvnrepository.com/artifact/com.github.open-android/pinyin4j
|
||||||
implementation 'com.github.open-android:pinyin4j:2.5.0'
|
implementation 'com.github.open-android:pinyin4j:2.5.0'
|
||||||
|
// SSH
|
||||||
// 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'
|
|
||||||
|
|
||||||
implementation 'com.jcraft:jsch:0.1.55'
|
implementation 'com.jcraft:jsch:0.1.55'
|
||||||
|
// Html 解析
|
||||||
implementation 'org.jsoup:jsoup:1.13.1'
|
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.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-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'
|
||||||
|
|
||||||
implementation 'cc.winboll.studio:libapputils:9.3.2'
|
implementation 'cc.winboll.studio:libappbase:2.1.1'
|
||||||
implementation 'cc.winboll.studio:libappbase:1.5.6'
|
implementation 'cc.winboll.studio:libapputils:9.4.0'
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@ package cc.winboll.studio.libaes.beans;
|
|||||||
import android.util.JsonReader;
|
import android.util.JsonReader;
|
||||||
import android.util.JsonWriter;
|
import android.util.JsonWriter;
|
||||||
import cc.winboll.studio.libaes.R;
|
import cc.winboll.studio.libaes.R;
|
||||||
import cc.winboll.studio.libapputils.bean.BaseBean;
|
import cc.winboll.studio.libappbase.BaseBean;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
public class AESThemeBean extends BaseBean {
|
public class AESThemeBean extends BaseBean {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user