Skip to content

Commit

Permalink
chore: bump version to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed May 1, 2024
1 parent 778044e commit e546e11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "com.bnyro.wallpaper"
minSdk = 21
targetSdk = 34
versionCode = 24
versionName = "7.0"
versionCode = 25
versionName = "8.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
<string name="colors">Farben</string>
<string name="details">Einzelheiten</string>
<string name="label">Bezeichnung</string>
<string name="file_size">Datei Größe</string>
<string name="error">Fehler</string>
<string name="done">Fertig</string>
<string name="save">Speichern</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-pt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
<string name="colors">Cores</string>
<string name="details">Pormenores</string>
<string name="label">Etiquetas</string>
<string name="file_size">Tamanho do ficheiro</string>
<string name="error">Erro</string>
<string name="done">Feito</string>
<string name="save">Gravar</string>
Expand Down

0 comments on commit e546e11

Please sign in to comment.