Skip to content

Commit

Permalink
[Version] 🎉 Welcome to 1.00.35
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercandj committed Feb 9, 2019
1 parent 886efa7 commit 66c8c02
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/Mercandj/file-android.svg?branch=master)](https://travis-ci.org/Mercandj/file-android)
[![Version](https://img.shields.io/badge/version-1.00.33-607D8B.svg?style=flat-square&label=version)](https://github.com/Mercandj/file-android/releases/tag/1.00.33)
[![Version](https://img.shields.io/badge/version-1.00.35-607D8B.svg?style=flat-square&label=version)](https://github.com/Mercandj/file-android/releases/tag/1.00.35)
[![Kotlin](https://img.shields.io/badge/kotlin-1.3.21-f5801e.svg?style=flat-square)](http://kotlinlang.org)
[![Ktor](https://img.shields.io/badge/ktor-1.0.0-f50057.svg?style=flat-square)](https://ktor.io/)
[![PlayStore URL](https://img.shields.io/badge/play%20store-team%20mercan-1DA1F2.svg?style=flat-square&logo=android)](https://play.google.com/store/apps/details?id=com.mercandalli.android.apps.files)
Expand Down
19 changes: 17 additions & 2 deletions app/src/main/res/settings/values-fr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
<resources>

<string name="view_settings_dynamic_feature_label">Fonctionnalité dynamiquement installée</string>
<string name="view_settings_dynamic_feature_search_label">Recherche</string>

<string name="view_settings_version">Version %1$s</string>
<string name="view_settings_description">J\'espère que vous appréciez cette application\nBeaucoup de fonctionnalités sont encore prévues =)️</string>
<string name="view_settings_rate_text️">RATE THIS APP ❤️</string>
<string name="view_settings_team_apps_text">OTHER GREAT APPS</string>
<string name="view_settings_rate_text️">NOTER CETTE APP ❤️</string>
<string name="view_settings_team_apps_text">AUTRES SUPER APPS</string>

<string name="view_settings_store_section_label">Version complète</string>
<string name="view_settings_store_label">Version complète gratuite</string>
<string name="view_settings_store_sublabel">Promotion pour débloquer la version complète et supporter le développeur</string>
<string name="view_settings_store_badge">PROMO</string>

<string name="view_settings_full_version_section_label">Version complète</string>
<string name="view_settings_full_version_label">Version complète débloquée</string>
<string name="view_settings_full_version_sublabel">Toutes les fonctionnalités et celles à venir sont débloquées</string>
<string name="view_settings_full_version_badge">VIP</string>

</resources>
13 changes: 13 additions & 0 deletions app/src/main/res/settings/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<resources>

<string name="view_settings_store_section_label">Versão completa</string>
<string name="view_settings_store_label">Versão completa gratuita</string>
<string name="view_settings_store_sublabel">Promoção para desbloquear a versão completa gratuitamente e apoiar o desenvolvedor de aplicativos</string>
<string name="view_settings_store_badge">PROMOÇÃO</string>

<string name="view_settings_full_version_section_label">Versão completa</string>
<string name="view_settings_full_version_label">Versão completa desbloqueada</string>
<string name="view_settings_full_version_sublabel">Todas as funcionalidades e futuras melhorias desbloqueadas</string>
<string name="view_settings_full_version_badge">VIP</string>

</resources>
1 change: 1 addition & 0 deletions app/src/main/res/settings/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@
<string name="view_settings_full_version_label">Full version unlocked</string>
<string name="view_settings_full_version_sublabel">All feature and future improvements unlocked</string>
<string name="view_settings_full_version_badge">VIP</string>

</resources>
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ task clean(type: Delete) {

ext {
// Why 1_00_X_XX_XX? -> Previous support of density split
appVersionCode = 1_00_1_00_34
appVersionName = "1.00.34"
appVersionCode = 1_00_1_00_35
appVersionName = "1.00.35"

compileSdkVersion = 28
buildToolsVersion = "28.0.3"
Expand Down

0 comments on commit 66c8c02

Please sign in to comment.