更改类库引用方式,更新类库。
This commit is contained in:
parent
973a0ff94f
commit
291080aa15
@ -51,7 +51,7 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':libapputils')
|
implementation project(':libapputils')
|
||||||
|
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
|
|
||||||
// SSH
|
// SSH
|
||||||
implementation 'com.jcraft:jsch:0.1.55'
|
implementation 'com.jcraft:jsch:0.1.55'
|
||||||
@ -75,5 +75,5 @@ dependencies {
|
|||||||
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:libappbase:2.1.1'
|
implementation 'cc.winboll.studio:libappbase:2.1.2'
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sat Mar 08 03:14:37 HKT 2025
|
#Fri Mar 07 19:41:36 GMT 2025
|
||||||
stageCount=1
|
stageCount=1
|
||||||
libraryProject=libapputils
|
libraryProject=libapputils
|
||||||
baseVersion=9.4
|
baseVersion=9.4
|
||||||
publishVersion=9.4.0
|
publishVersion=9.4.0
|
||||||
buildCount=0
|
buildCount=2
|
||||||
baseBetaVersion=9.4.1
|
baseBetaVersion=9.4.1
|
||||||
|
@ -20,7 +20,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
|
|
||||||
// SSH
|
// SSH
|
||||||
implementation 'com.jcraft:jsch:0.1.55'
|
implementation 'com.jcraft:jsch:0.1.55'
|
||||||
@ -44,5 +44,5 @@ dependencies {
|
|||||||
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:libappbase:2.1.1'
|
implementation 'cc.winboll.studio:libappbase:2.1.2'
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sat Mar 08 03:14:21 HKT 2025
|
#Fri Mar 07 19:41:36 GMT 2025
|
||||||
stageCount=1
|
stageCount=1
|
||||||
libraryProject=libapputils
|
libraryProject=libapputils
|
||||||
baseVersion=9.4
|
baseVersion=9.4
|
||||||
publishVersion=9.4.0
|
publishVersion=9.4.0
|
||||||
buildCount=0
|
buildCount=2
|
||||||
baseBetaVersion=9.4.1
|
baseBetaVersion=9.4.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user