diff --git a/timestamp/build.gradle b/timestamp/build.gradle index d7d7bb1..e8099f7 100644 --- a/timestamp/build.gradle +++ b/timestamp/build.gradle @@ -29,7 +29,7 @@ android { // versionName 更新后需要手动设置 // .winboll/winbollBuildProps.properties 文件的 stageCount=0 // Gradle编译环境下合起来的 versionName 就是 "${versionName}.0" - versionName "15.0" + versionName "15.1" if(true) { versionName = genVersionName("${versionName}") } diff --git a/timestamp/build.properties b/timestamp/build.properties index 82a9221..ef09f39 100644 --- a/timestamp/build.properties +++ b/timestamp/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Wed May 07 13:33:12 HKT 2025 -stageCount=12 +#Wed May 07 15:07:02 HKT 2025 +stageCount=2 libraryProject= -baseVersion=15.0 -publishVersion=15.0.11 +baseVersion=15.1 +publishVersion=15.1.1 buildCount=0 -baseBetaVersion=15.0.12 +baseBetaVersion=15.1.2 diff --git a/timestamp/src/beta/AndroidManifest.xml b/timestamp/src/beta/AndroidManifest.xml index ee78d9f..703315a 100644 --- a/timestamp/src/beta/AndroidManifest.xml +++ b/timestamp/src/beta/AndroidManifest.xml @@ -2,7 +2,10 @@ - + diff --git a/timestamp/src/main/AndroidManifest.xml b/timestamp/src/main/AndroidManifest.xml index 09b697c..fe35364 100644 --- a/timestamp/src/main/AndroidManifest.xml +++ b/timestamp/src/main/AndroidManifest.xml @@ -14,8 +14,8 @@ - - - - - - - - - - diff --git a/timestamp/src/main/res/drawable/ic_launcher_beta.xml b/timestamp/src/main/res/drawable/ic_launcher_beta.xml new file mode 100644 index 0000000..b2a7e96 --- /dev/null +++ b/timestamp/src/main/res/drawable/ic_launcher_beta.xml @@ -0,0 +1,15 @@ + + + + + diff --git a/timestamp/src/main/res/drawable/ic_launcher_stage.xml b/timestamp/src/main/res/drawable/ic_launcher_stage.xml new file mode 100644 index 0000000..e28957d --- /dev/null +++ b/timestamp/src/main/res/drawable/ic_launcher_stage.xml @@ -0,0 +1,10 @@ + + + + + diff --git a/timestamp/src/main/res/drawable/ic_launcher.png b/timestamp/src/main/res/drawable/ic_timestamp.png similarity index 100% rename from timestamp/src/main/res/drawable/ic_launcher.png rename to timestamp/src/main/res/drawable/ic_timestamp.png diff --git a/timestamp/src/main/res/layout/custom_notification_layout.xml b/timestamp/src/main/res/layout/custom_notification_layout.xml index 585b770..b8f8558 100644 --- a/timestamp/src/main/res/layout/custom_notification_layout.xml +++ b/timestamp/src/main/res/layout/custom_notification_layout.xml @@ -16,11 +16,10 @@ android:textSize="14sp" android:layout_weight="1.0"/> -