Skip to content

Commit

Permalink
Bug Fix: ExtraTranslation for removed activities
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaguar000212 committed Dec 24, 2024
1 parent b304a3a commit 37793f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
applicationId = "com.jaguar.selfnotes"
minSdk = 30
targetSdk = 34
versionName = "3.5"
versionName = "4.0"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
signingConfig = signingConfigs.getByName("debug")
Expand Down
4 changes: 0 additions & 4 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
<string name="card_desc_desc">Descripción de la nota</string>
<string name="card_btn_desc">Ver nota</string>

<string name="settings_fun_text">Solo por diversión, no tiene uso. 😁</string>

<string name="btn_settings_desc">Abrir ajustes</string>

<string name="btn_add_text">Añadir</string>
<string name="btn_add_desc">Añadir nota</string>

Expand Down

0 comments on commit 37793f7

Please sign in to comment.