Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
update to version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XJIOP committed Jan 28, 2020
1 parent c1588e8 commit 3e9a8fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.xjiop.oxygenaodmod"
minSdkVersion 26
targetSdkVersion 29
versionCode 14
versionName "1.9"
versionCode 16
versionName "2.0"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<string name="start">Inicio</string>
<string name="end">Fin</string>
<string name="any_time">Cualquier momento</string>
<string name="rate_app_text">Si te gusta esta app, por favor calificala.\n\n ¡Gracias por su apoyo!</string>
<string name="rate_app_text">Si te gusta esta app, por favor calificala.\n\n¡Gracias por su apoyo!</string>
<string name="rate">Calificar</string>
<string name="no_thanks">No, Gracias</string>
<string name="cant_open_link">No se puede abrir el enlace</string>
Expand Down
12 changes: 6 additions & 6 deletions app/src/main/res/xml/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@
android:dependency="indicator"
app:iconSpaceReserved="false" />

<Preference
android:title="@string/notification_indicator_test"
android:key="test_notification"
android:dependency="indicator"
app:iconSpaceReserved="false" />

</PreferenceCategory>

<PreferenceCategory
Expand All @@ -130,12 +136,6 @@
android:entryValues="@array/listLangValues"
app:iconSpaceReserved="false" />

<Preference
android:title="@string/notification_indicator_test"
android:key="test_notification"
android:dependency="indicator"
app:iconSpaceReserved="false" />

<CheckBoxPreference
android:title="@string/bug_tracking"
android:key="bug_tracking"
Expand Down

0 comments on commit 3e9a8fe

Please sign in to comment.