mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-07-01 12:55:46 +08:00
Compare commits
8 Commits
0a69b54dd0
...
aes-v15.20
| Author | SHA1 | Date | |
|---|---|---|---|
| 5fcf0de951 | |||
| f027158d07 | |||
| 852f3d6cd8 | |||
| c2cff1a2bb | |||
| 98dd2a60b8 | |||
| 25e966099f | |||
| 8876896cbc | |||
| 28e6a8ee78 |
4
.gitignore
vendored
4
.gitignore
vendored
@@ -97,5 +97,5 @@ lint-results.html
|
||||
## WinBoLL 基础应用(避免上传敏感配置)
|
||||
/winboll.properties
|
||||
/local.properties
|
||||
/settings.gradle
|
||||
/gradle.properties
|
||||
#/settings.gradle
|
||||
#/gradle.properties
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Tue May 19 19:18:21 GMT 2026
|
||||
stageCount=8
|
||||
#Sun May 24 10:48:48 HKT 2026
|
||||
stageCount=10
|
||||
libraryProject=libaes
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.7
|
||||
buildCount=2
|
||||
baseBetaVersion=15.20.8
|
||||
publishVersion=15.20.9
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.10
|
||||
|
||||
@@ -20,7 +20,7 @@ WinBoLL 安卓手机端安卓应用开发基础类库。
|
||||
|
||||
1. Fork 本仓库
|
||||
2. 新建 Feat_xxx 分支
|
||||
3. 提交代码 : ZhanGSKen(ZhanGSKen<zhangsken@188.com>)
|
||||
3. 提交代码 : ZhanGSKen(ZhanGSKen<ZhanGSKen@QQ.COM>)
|
||||
4. 新建 Pull Request
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Wed May 20 03:13:41 HKT 2026
|
||||
stageCount=19
|
||||
#Wed May 20 16:12:13 HKT 2026
|
||||
stageCount=21
|
||||
libraryProject=libappbase
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.18
|
||||
publishVersion=15.20.20
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.19
|
||||
baseBetaVersion=15.20.21
|
||||
|
||||
21
gradle.properties
Normal file
21
gradle.properties
Normal file
@@ -0,0 +1,21 @@
|
||||
# Project-wide Gradle settings.
|
||||
# IDE (e.g. Android Studio) users:
|
||||
# Gradle settings configured through the IDE *will override*
|
||||
# any settings specified in this file.
|
||||
# For more details on how to configure your build environment visit
|
||||
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
||||
# Specifies the JVM arguments used for the daemon process.
|
||||
# The setting is particularly useful for tweaking memory settings.
|
||||
org.gradle.jvmargs=-Xmx2048m
|
||||
# When configured, Gradle will run in incubating parallel mode.
|
||||
# This option should only be used with decoupled projects. More details, visit
|
||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||
# org.gradle.parallel=true
|
||||
# AndroidX package structure to make it clearer which packages are bundled with the
|
||||
# Android operating system, and which are packaged with your app"s APK
|
||||
# https://developer.android.com/topic/libraries/support-library/androidx-rn
|
||||
android.useAndroidX=true
|
||||
# Automatically convert third-party libraries to use AndroidX
|
||||
android.enableJetifier=true
|
||||
# 保持与旧版Gradle插件的兼容
|
||||
android.disableAutomaticComponentCreation=true
|
||||
@@ -66,9 +66,9 @@ dependencies {
|
||||
//annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
|
||||
|
||||
// WinBoLL库 nexus.winboll.cc 地址
|
||||
api 'cc.winboll.studio:libappbase:15.20.18'
|
||||
api 'cc.winboll.studio:libappbase:15.20.21'
|
||||
// 备用库 jitpack.io 地址
|
||||
//api 'com.github.ZhanGSKen:APPBase:appbase-v15.15.3'
|
||||
//api 'com.github.ZhanGSKen:libappbase:appbase-v15.15.21'
|
||||
|
||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Tue May 19 19:18:21 GMT 2026
|
||||
stageCount=8
|
||||
#Sun May 24 10:48:48 HKT 2026
|
||||
stageCount=10
|
||||
libraryProject=libaes
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.7
|
||||
buildCount=2
|
||||
baseBetaVersion=15.20.8
|
||||
publishVersion=15.20.9
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.10
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Wed May 20 03:13:41 HKT 2026
|
||||
stageCount=19
|
||||
#Wed May 20 16:12:13 HKT 2026
|
||||
stageCount=21
|
||||
libraryProject=libappbase
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.18
|
||||
publishVersion=15.20.20
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.19
|
||||
baseBetaVersion=15.20.21
|
||||
|
||||
@@ -60,4 +60,7 @@
|
||||
<!-- DebugLogStyle 应用调试日志样式属性 -->
|
||||
<attr name="debugTextColor" format="color"/>
|
||||
|
||||
<!-- 边框圆角属性 -->
|
||||
<attr name="borderCornerRadius" format="dimension"/>
|
||||
|
||||
</resources>
|
||||
5
settings.gradle
Normal file
5
settings.gradle
Normal file
@@ -0,0 +1,5 @@
|
||||
// AES 项目编译设置
|
||||
include ':aes'
|
||||
include ':libaes'
|
||||
rootProject.name = "aes"
|
||||
|
||||
Reference in New Issue
Block a user