V1.0.1(2)修改圆角logo

This commit is contained in:
lihongwei 2025-05-29 10:41:08 +08:00
parent 397c922af0
commit 689a556578
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@ android {
applicationId = "com.wallpaper.vividwallpaper" applicationId = "com.wallpaper.vividwallpaper"
minSdk = 23 minSdk = 23
targetSdk = 35 targetSdk = 35
versionCode = 1 versionCode = 2
versionName = "1.0.0" versionName = "1.0.1"
setProperty("archivesBaseName", "Vivid Wallpaper_V" + versionName + "(${versionCode})_$timestamp") setProperty("archivesBaseName", "Vivid Wallpaper_V" + versionName + "(${versionCode})_$timestamp")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -15,7 +15,7 @@
android:fullBackupContent="@xml/backup_rules" android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.VividWallpaper" android:theme="@style/Theme.VividWallpaper"
tools:targetApi="31"> tools:targetApi="31">