1.4.0509 增加mvvm,修改主页

This commit is contained in:
2024-05-10 09:21:20 +08:00
parent d62722452c
commit 58c36173fd
35 changed files with 1947 additions and 1554 deletions

View File

@@ -29,8 +29,8 @@ android {
defaultConfig {
applicationId "com.aoleyun.sn"
versionCode 128
versionName "1.4.0429"
versionCode 129
versionName "1.4.0509"
//There are no CERT files because If the mini sdk version is 23+, the AGP will ignore the V1 scheme signature.
minSdkVersion 24
@@ -58,6 +58,10 @@ android {
abortOnError false
}
dataBinding {
enabled true
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8