更新类库
This commit is contained in:
parent
c90d8549b4
commit
7f8ee8d6de
@ -51,19 +51,5 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
api project(':libaes')
|
api project(':libaes')
|
||||||
|
|
||||||
//api 'cc.winboll.studio:winboll-shared:1.6.5'
|
|
||||||
api 'io.github.medyo:android-about-page:2.0.0'
|
|
||||||
api 'com.github.getActivity:ToastUtils:10.5'
|
|
||||||
api 'com.jcraft:jsch:0.1.55'
|
|
||||||
api 'org.jsoup:jsoup:1.13.1'
|
|
||||||
api 'com.squareup.okhttp3:okhttp:4.4.1'
|
|
||||||
|
|
||||||
api 'androidx.appcompat:appcompat:1.0.0'
|
|
||||||
api 'androidx.fragment:fragment:1.0.0'
|
|
||||||
api 'com.google.android.material:material:1.0.0'
|
|
||||||
|
|
||||||
api 'cc.winboll.studio:libapputils:9.2.17'
|
|
||||||
api 'cc.winboll.studio:libappbase:1.1.2'
|
|
||||||
|
|
||||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Tue Feb 04 08:26:11 HKT 2025
|
#Tue Feb 04 01:00:08 GMT 2025
|
||||||
stageCount=6
|
stageCount=6
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=7.6
|
baseVersion=7.6
|
||||||
publishVersion=7.6.5
|
publishVersion=7.6.5
|
||||||
buildCount=0
|
buildCount=3
|
||||||
baseBetaVersion=7.6.6
|
baseBetaVersion=7.6.6
|
||||||
|
@ -5,9 +5,10 @@ package cc.winboll.studio.aes;
|
|||||||
* @Date 2024/06/13 19:03:58
|
* @Date 2024/06/13 19:03:58
|
||||||
* @Describe AES应用类
|
* @Describe AES应用类
|
||||||
*/
|
*/
|
||||||
import cc.winboll.studio.GlobalApplication;
|
import cc.winboll.studio.libappbase.GlobalApplication;
|
||||||
|
import cc.winboll.studio.libapputils.app.WinBollGlobalApplication;
|
||||||
|
|
||||||
public class App extends GlobalApplication {
|
public class App extends WinBollGlobalApplication {
|
||||||
|
|
||||||
public static final String TAG = "App";
|
public static final String TAG = "App";
|
||||||
|
|
||||||
|
@ -26,8 +26,6 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
//api 'cc.winboll.studio:winboll-shared:1.6.5'
|
|
||||||
|
|
||||||
api 'io.github.medyo:android-about-page:2.0.0'
|
api 'io.github.medyo:android-about-page:2.0.0'
|
||||||
api 'com.github.getActivity:ToastUtils:10.5'
|
api 'com.github.getActivity:ToastUtils:10.5'
|
||||||
api 'com.jcraft:jsch:0.1.55'
|
api 'com.jcraft:jsch:0.1.55'
|
||||||
@ -41,8 +39,8 @@ dependencies {
|
|||||||
// https://github.com/baoyongzhang/android-PullRefreshLayout
|
// https://github.com/baoyongzhang/android-PullRefreshLayout
|
||||||
api 'com.baoyz.pullrefreshlayout:library:1.2.0'
|
api 'com.baoyz.pullrefreshlayout:library:1.2.0'
|
||||||
|
|
||||||
api 'cc.winboll.studio:libapputils:9.2.17'
|
api 'cc.winboll.studio:libapputils:9.3.0'
|
||||||
api 'cc.winboll.studio:libappbase:1.1.2'
|
api 'cc.winboll.studio:libappbase:1.1.3'
|
||||||
|
|
||||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Tue Feb 04 08:26:00 HKT 2025
|
#Tue Feb 04 01:00:08 GMT 2025
|
||||||
stageCount=6
|
stageCount=6
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=7.6
|
baseVersion=7.6
|
||||||
publishVersion=7.6.5
|
publishVersion=7.6.5
|
||||||
buildCount=0
|
buildCount=3
|
||||||
baseBetaVersion=7.6.6
|
baseBetaVersion=7.6.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user