Compare commits
3 Commits
appbase-v2
...
appbase-v2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89c4d00091 | ||
|
|
4f57678012 | ||
|
|
b31e55d8ca |
@@ -45,7 +45,8 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':libappbase')
|
implementation project(':libappbase')
|
||||||
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'
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sat Mar 08 02:31:02 HKT 2025
|
#Sat Mar 08 03:38:29 HKT 2025
|
||||||
stageCount=2
|
stageCount=3
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=2.1
|
baseVersion=2.1
|
||||||
publishVersion=2.1.1
|
publishVersion=2.1.2
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=2.1.2
|
baseBetaVersion=2.1.3
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sat Mar 08 02:31:02 HKT 2025
|
#Sat Mar 08 03:38:29 HKT 2025
|
||||||
stageCount=2
|
stageCount=3
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=2.1
|
baseVersion=2.1
|
||||||
publishVersion=2.1.1
|
publishVersion=2.1.2
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=2.1.2
|
baseBetaVersion=2.1.3
|
||||||
|
|||||||
Reference in New Issue
Block a user