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"
minSdk = 23
targetSdk = 35
versionCode = 1
versionName = "1.0.0"
versionCode = 2
versionName = "1.0.1"
setProperty("archivesBaseName", "Vivid Wallpaper_V" + versionName + "(${versionCode})_$timestamp")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

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