Skip to content

Commit

Permalink
4.4 nothing much changed
Browse files Browse the repository at this point in the history
  • Loading branch information
helloyanis committed Sep 28, 2023
1 parent 24bbbe5 commit 1e506e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
3 changes: 1 addition & 2 deletions src/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@
<item>Power training</item>
<item>Offline training</item>
</string-array>
<string name="credits_content">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!</string>
<string name="credits_content">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!</string>
<string name="github">GitHub</string>
<string name="privacy">Privacy policy</string>
<string name="support_me">❤️ Support me!</string>
<string name="rate">🌟 Rate app!</string>
<string name="ratebackup">🌟 Window did not show? Click again to open Play Store.</string>

</resources>

0 comments on commit 1e506e8

Please sign in to comment.