Compare commits

...

2 Commits

Author SHA1 Message Date
1d0dec8de5 降级Java版本从11到7 2026-05-06 12:04:19 +08:00
fe4060f00e <libaes>Library Release 15.15.9 2026-04-25 04:16:44 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -66,8 +66,8 @@ android {
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
// 应用包输出配置

View File

@@ -1,5 +1,5 @@
#Created by .winboll/winboll_app_build.gradle
#Sat Apr 25 04:16:30 HKT 2026
#Sat Apr 25 04:16:42 HKT 2026
stageCount=10
libraryProject=libaes
baseVersion=15.15