Compare commits
3 Commits
apputils-v
...
apputils-v
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac7b5bb1a2 | ||
|
|
eeae184e7e | ||
|
|
d5f34ad618 |
@@ -49,8 +49,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':libapputils')
|
api project(':libapputils')
|
||||||
|
|
||||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
|
|
||||||
// SSH
|
// SSH
|
||||||
@@ -75,5 +74,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.2'
|
implementation 'cc.winboll.studio:libappbase:2.1.3'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sat Mar 08 03:43:19 HKT 2025
|
#Sat Mar 08 03:59:02 HKT 2025
|
||||||
stageCount=2
|
stageCount=3
|
||||||
libraryProject=libapputils
|
libraryProject=libapputils
|
||||||
baseVersion=9.4
|
baseVersion=9.4
|
||||||
publishVersion=9.4.1
|
publishVersion=9.4.2
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=9.4.2
|
baseBetaVersion=9.4.3
|
||||||
|
|||||||
@@ -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.2'
|
implementation 'cc.winboll.studio:libappbase:2.1.3'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sat Mar 08 03:43:19 HKT 2025
|
#Sat Mar 08 03:59:02 HKT 2025
|
||||||
stageCount=2
|
stageCount=3
|
||||||
libraryProject=libapputils
|
libraryProject=libapputils
|
||||||
baseVersion=9.4
|
baseVersion=9.4
|
||||||
publishVersion=9.4.1
|
publishVersion=9.4.2
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=9.4.2
|
baseBetaVersion=9.4.3
|
||||||
|
|||||||
Reference in New Issue
Block a user