Compare commits
6 Commits
appbase-v2
...
appbase-v2
Author | SHA1 | Date | |
---|---|---|---|
![]() |
39b6c0ec89 | ||
![]() |
3b3ddbc8c9 | ||
![]() |
38aee09f87 | ||
![]() |
89c4d00091 | ||
![]() |
4f57678012 | ||
![]() |
b31e55d8ca |
@@ -44,8 +44,8 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':libappbase')
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
api project(':libappbase')
|
||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
// SSH
|
||||
implementation 'com.jcraft:jsch:0.1.55'
|
||||
@@ -60,7 +60,6 @@ dependencies {
|
||||
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'
|
||||
|
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat Mar 08 02:31:02 HKT 2025
|
||||
stageCount=2
|
||||
#Sat Mar 08 03:54:56 HKT 2025
|
||||
stageCount=4
|
||||
libraryProject=libappbase
|
||||
baseVersion=2.1
|
||||
publishVersion=2.1.1
|
||||
publishVersion=2.1.3
|
||||
buildCount=0
|
||||
baseBetaVersion=2.1.2
|
||||
baseBetaVersion=2.1.4
|
||||
|
@@ -20,7 +20,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
// SSH
|
||||
implementation 'com.jcraft:jsch:0.1.55'
|
||||
|
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat Mar 08 02:31:02 HKT 2025
|
||||
stageCount=2
|
||||
#Sat Mar 08 03:54:56 HKT 2025
|
||||
stageCount=4
|
||||
libraryProject=libappbase
|
||||
baseVersion=2.1
|
||||
publishVersion=2.1.1
|
||||
publishVersion=2.1.3
|
||||
buildCount=0
|
||||
baseBetaVersion=2.1.2
|
||||
baseBetaVersion=2.1.4
|
||||
|
Reference in New Issue
Block a user