Skip to content

Commit ee32148

Browse files
committed
prepare quick fix
1 parent 14e6fc2 commit ee32148

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
applicationId = "neth.iecal.questphone"
2020
minSdk = 26
2121
targetSdk = 36
22-
versionCode = 14
23-
versionName = "2.5"
22+
versionCode = 15
23+
versionName = "2.5.1"
2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2525

2626
}

data/src/main/java/nethical/questphone/data/UserInfo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ data class UserInfo @OptIn(ExperimentalTime::class) constructor(
2222
var full_name: String = "",
2323
var has_profile: Boolean = false,
2424
var xp : Int= 0,
25-
var coins: Int = 100000,
25+
var coins: Int = 20,
2626
var level : Int = 1,
2727
val inventory: HashMap<InventoryItem, Int> = hashMapOf(Pair(InventoryItem.STREAK_FREEZER,2)),
2828
var customization_info: CustomizationInfo = CustomizationInfo(),

0 commit comments

Comments
 (0)