Rave Now 版本1.0.000.17

This commit is contained in:
2024-11-17 20:35:42 +08:00
parent 4cdb7f28b3
commit e75b181818
3 changed files with 3 additions and 3 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId = "com.aiosman.ravenow" applicationId = "com.aiosman.ravenow"
minSdk = 24 minSdk = 24
targetSdk = 34 targetSdk = 34
versionCode = 1000016 versionCode = 1000017
versionName = "1.0.000.16" versionName = "1.0.000.17"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { vectorDrawables {

View File

@@ -231,7 +231,7 @@ fun ProfileV3(
) )
} else { } else {
Image( Image(
painter = painterResource(id = R.drawable.rider_pro_moment_demo_2), painter = painterResource(id = R.drawable.rave_now_profile_backgrount_demo_1),
modifier = Modifier modifier = Modifier
.fillMaxSize(), .fillMaxSize(),
contentDescription = "", contentDescription = "",

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB