Compare commits
6 Commits
35c2e800b3
...
main
Author | SHA1 | Date | |
---|---|---|---|
48e88484cc | |||
49f02cc85d | |||
299e3f721f | |||
a9b0dd43d6 | |||
e2b00eda83 | |||
85cc437b91 |
@@ -7,5 +7,5 @@ No new features planned, only updates are to keep the app available on newer And
|
|||||||
## Update Notes
|
## Update Notes
|
||||||
|
|
||||||
### 2025-07-11
|
### 2025-07-11
|
||||||
(This article)[https://sijus.medium.com/resurrecting-a-5-year-old-android-app-a-developers-journey-59d8f5689e5b]
|
[This article](https://sijus.medium.com/resurrecting-a-5-year-old-android-app-a-developers-journey-59d8f5689e5b)
|
||||||
was very helpful in getting this app updated from SDK 25 to 36.
|
was very helpful in getting this app updated from SDK 25 to 36.
|
||||||
|
@@ -7,8 +7,8 @@ android {
|
|||||||
applicationId "com.hyperling.carbupbeta"
|
applicationId "com.hyperling.carbupbeta"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 36
|
targetSdkVersion 36
|
||||||
versionCode 7
|
versionCode 8
|
||||||
versionName "1.0.0"
|
versionName "1.0.1"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@@ -1,13 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<string name="app_name">Carb Up! BETA</string>
|
<string name="app_name">Carb Up!</string>
|
||||||
<string name="app_name_long">Carb Up! CTFU Helper</string>
|
<string name="app_name_long">Carb Up! CTFU Helper</string>
|
||||||
<string name="app_name_short">Carb Up!</string>
|
<string name="app_name_short">Carb Up!</string>
|
||||||
<string name="action_settings">Settings</string>
|
<string name="action_settings">Settings</string>
|
||||||
<string name="title_activity_main">Main</string>
|
<string name="title_activity_main">Main</string>
|
||||||
<string name="version_name">-= Version Mango =-</string>
|
<string name="version_name">-= Version Mango =-</string>
|
||||||
<string name="version_number">-= v1.0.0 =-</string>
|
<string name="version_number">-= v1.0.1 =-</string>
|
||||||
|
|
||||||
<string name="author">Hyperling</string>
|
<string name="author">Hyperling</string>
|
||||||
|
|
||||||
|
@@ -18,13 +18,11 @@
|
|||||||
parent="@android:style/Theme.Light.NoTitleBar">
|
parent="@android:style/Theme.Light.NoTitleBar">
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="CarbUp" parent="Theme.AppCompat.DayNight.DarkActionBar">
|
<style name="CarbUp" parent="Theme.AppCompat.DayNight.NoActionBar">
|
||||||
<!--
|
|
||||||
<item name="windowActionBar">false</item>
|
<item name="windowActionBar">false</item>
|
||||||
<item name="windowNoTitle">true</item>
|
<item name="windowNoTitle">true</item>
|
||||||
<item name="android:windowActionBar">false</item>
|
<item name="android:windowActionBar">false</item>
|
||||||
<item name="android:windowNoTitle">true</item>
|
<item name="android:windowNoTitle">true</item>
|
||||||
-->
|
|
||||||
<!--
|
<!--
|
||||||
<item name="colorPrimary">@color/colorPrimary</item>
|
<item name="colorPrimary">@color/colorPrimary</item>
|
||||||
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
||||||
|
Reference in New Issue
Block a user