diff --git a/src/app/build.gradle.kts b/src/app/build.gradle.kts
index 564a7f0..3b954c0 100644
--- a/src/app/build.gradle.kts
+++ b/src/app/build.gradle.kts
@@ -12,8 +12,8 @@ android {
applicationId = "com.helloyanis.rucoycalculator"
minSdk = 24
targetSdk = 34
- versionCode = 7
- versionName = "4.3"
+ versionCode = 8
+ versionName = "4.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
diff --git a/src/app/src/main/java/com/helloyanis/rucoycalculator/ui/train/TrainFragment.kt b/src/app/src/main/java/com/helloyanis/rucoycalculator/ui/train/TrainFragment.kt
index fa1ca04..23962cd 100644
--- a/src/app/src/main/java/com/helloyanis/rucoycalculator/ui/train/TrainFragment.kt
+++ b/src/app/src/main/java/com/helloyanis/rucoycalculator/ui/train/TrainFragment.kt
@@ -701,8 +701,8 @@ class TrainFragment : Fragment() {
"💫 You need approximately " + String.format(
"%,.0f",
totalticks
- ) + "ticks until you reach stat level " + java.lang.String.format(
- "%,d",
+ ) + " ticks until you reach stat level " + java.lang.String.format(
+ "%,.1f",
stat2
) + "!\n" +
"⏱️ This is around " + String.format(
diff --git a/src/app/src/main/res/values/strings.xml b/src/app/src/main/res/values/strings.xml
index 5685621..f7b9c9c 100644
--- a/src/app/src/main/res/values/strings.xml
+++ b/src/app/src/main/res/values/strings.xml
@@ -22,11 +22,10 @@
- Power training
- Offline training
- Application made by helloyanis\nTraining formulas by Mims\nCode (sometimes) by ChatGPT!\nThis app is free and open-source! Check out the GitHub!\nSupport me to help me keep maintaining this application and add new features!\nA feature idea? A bug report? Go on GitHub and open an issue!
+ This is an unofficial application made by helloyanis\nTraining formulas by Mims\nCode (sometimes) by ChatGPT!\nThis app is free and open-source! Check out the GitHub!\nSupport me to help me keep maintaining this application and add new features!\nA feature idea? A bug report? Go on GitHub and open an issue!
GitHub
Privacy policy
❤️ Support me!
🌟 Rate app!
🌟 Window did not show? Click again to open Play Store.
-
\ No newline at end of file