Skip to content

Commit

Permalink
Release (#203)
Browse files Browse the repository at this point in the history
* Strings updates

* Bump versions
  • Loading branch information
lucasnlm committed Oct 25, 2020
1 parent 55a4b65 commit 78c1935
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {

defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 803031
versionName '8.3.3'
versionCode 803041
versionName '8.3.4'
minSdkVersion 21
targetSdkVersion 30
multiDexEnabled true
Expand Down Expand Up @@ -107,7 +107,7 @@ dependencies {
// AndroidX
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.preference:preference-ktx:1.1.1'
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha05'
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha06'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.activity:activity-ktx:1.1.0'
implementation 'androidx.fragment:fragment-ktx:1.2.5'
Expand All @@ -123,7 +123,7 @@ dependencies {
implementation 'androidx.room:room-ktx:2.2.5'

// Constraint
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'

// Google
implementation 'com.google.android.material:material:1.2.1'
Expand Down
8 changes: 4 additions & 4 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {

defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 803031
versionName '8.3.3'
versionCode 803041
versionName '8.3.4'
minSdkVersion 21
targetSdkVersion 30
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down Expand Up @@ -41,12 +41,12 @@ dependencies {
// AndroidX
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.preference:preference-ktx:1.1.1'
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha05'
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha06'
implementation 'androidx.activity:activity-ktx:1.1.0'
implementation "androidx.fragment:fragment-ktx:1.2.5"

// Constraint
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'

// Lifecycle
api 'android.arch.lifecycle:extensions:1.1.1'
Expand Down
6 changes: 3 additions & 3 deletions common/src/main/res/values-es-rES/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
<string name="average_time">Tiempo promedio</string>
<string name="shortest_time">Tiempo Más Corto</string>
<string name="performance">Desempeño</string>
<string name="ok">Vale</string>
<string name="use_question_mark">Usar banderas de interrogación</string>
<string name="ok">OK</string>
<string name="use_question_mark">Usar signo de interrogación</string>
<string name="control">Controles</string>
<string name="arrow">➞</string>
<string name="single_click">Un clic</string>
Expand Down Expand Up @@ -107,7 +107,7 @@
<string name="open_menu">Abra menú</string>
<string name="close_menu">Cerrar menú</string>
<string name="delete_all">Borrar todo</string>
<string name="themes">Tema</string>
<string name="themes">Temas</string>
<string name="try_it">Pruébalo</string>
<string name="delete_all_message">Borrar todos los eventos permanentemente.</string>
<string name="all_mines_disabled">Todas las minas fueron desactivadas.</string>
Expand Down
22 changes: 11 additions & 11 deletions common/src/main/res/values-it-rIT/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="it">
<string name="tutorial">Tutorial</string>
<string name="tutorial_completed">Tutorial Completato</string>
<string name="tutorial_0_bottom">You can start by %1$s at any random square.</string>
<string name="tutorial_1_top">The numbers indicates how many mines are adjacent to the highlighted square.</string>
<string name="tutorial_1_bottom">Therefore, if the corner 1️⃣ has only one adjacent square, it must be a mine. %1$s to flag it.</string>
<string name="tutorial_2_top">The next unopened square doesn\'t have a mine because the number is 1️⃣ , not 2️⃣ .</string>
<string name="tutorial_2_bottom">You can open it by %1$s.</string>
<string name="tutorial_3_top">The same happens on this 1️⃣ . You know where its adjacent mine is.</string>
<string name="tutorial_3_bottom">You can open all other unopened squares adjacent to 1️⃣ .</string>
<string name="tutorial_4_top">We know where one of the mines are. So, there\'s only one possibility to the other one.</string>
<string name="tutorial_4_bottom">%1$s to flag the mine adjacent to 2️⃣ .</string>
<string name="tutorial_5_top">Check the highlighted number.</string>
<string name="tutorial_5_bottom">%1$s to open or %2$s to mark.</string>
<string name="tutorial_0_bottom">Puoi iniziare da %1$s in qualsiasi quadrato casuale.</string>
<string name="tutorial_1_top">I numeri indicano quante mine sono adiacenti al quadrato evidenziato.</string>
<string name="tutorial_1_bottom">Pertanto, se l\'angolo 1️⃣ ha un solo quadrato adiacente, deve essere una mina. Premi %1$s per contrassegnarlo.</string>
<string name="tutorial_2_top">Il prossimo quadrato non aperto non ha una mina perché il numero è 1️⃣ , non 2️⃣ .</string>
<string name="tutorial_2_bottom">È possibile aprirlo da %1$s.</string>
<string name="tutorial_3_top">Lo stesso accade su questo 1️⃣ . Sai dove è la mina adiacente.</string>
<string name="tutorial_3_bottom">È possibile aprire tutti gli altri quadrati non aperti adiacenti a 1️⃣ .</string>
<string name="tutorial_4_top">Sapendo dove è una delle mine, c\'è solo un\'altra possibilità per l\'altra.</string>
<string name="tutorial_4_bottom">%1$s per contrassegnare la miniera adiacente a 2️⃣ .</string>
<string name="tutorial_5_top">Metti la spunta sul numero evidenziato.</string>
<string name="tutorial_5_bottom">%1$s da aprire o %2$s da contrassegnare.</string>
<string name="games">Giochi</string>
<string name="previous_games">Partite Precedenti</string>
<string name="minefield">Difficoltà</string>
Expand Down
4 changes: 2 additions & 2 deletions common/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="zh-rCN">
<string name="tutorial">教学模式</string>
<string name="tutorial_completed">已完成的教程</string>
<string name="tutorial_completed">教学已完成</string>
<string name="tutorial_0_bottom">你可以在任意的正方形开始 %1$s.</string>
<string name="tutorial_1_top">数字表明有多少地雷与高亮的正方形相邻。</string>
<string name="tutorial_1_bottom">因此,如果角 1️⃣ 只有一个相邻的正方形,它必须是一个地雷。 %1$s 来标记它。</string>
Expand Down Expand Up @@ -49,7 +49,7 @@
<string name="support_action">支持我们</string>
<string name="rating_message">如果你喜欢这个游戏,请给我们反馈。这将对我们有很多帮助。</string>
<string name="used_software_text">该游戏使用以下第三方软件:</string>
<string name="translators_text">这场游戏被以下人员翻译:</string>
<string name="translators_text">该游戏由以下人员翻译:</string>
<string name="sign_in_failed">登录失败。请检查你的网络连接,然后重试。</string>
<string name="you_won">你获胜了!</string>
<string name="victories">胜利</string>
Expand Down
4 changes: 2 additions & 2 deletions foss/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
compileSdkVersion 30

defaultConfig {
versionCode 803031
versionName '8.3.3'
versionCode 803041
versionName '8.3.4'
minSdkVersion 21
targetSdkVersion 30
}
Expand Down
4 changes: 2 additions & 2 deletions proprietary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
compileSdkVersion 30

defaultConfig {
versionCode 803031
versionName '8.3.3'
versionCode 803041
versionName '8.3.4'
minSdkVersion 21
targetSdkVersion 30
}
Expand Down
8 changes: 4 additions & 4 deletions wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {

defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 803031
versionName '8.3.3'
versionCode 803041
versionName '8.3.4'
applicationId 'dev.lucasnlm.antimine'
minSdkVersion 23
targetSdkVersion 30
Expand Down Expand Up @@ -51,8 +51,8 @@ dependencies {

// Constraint
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha05'
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha06'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.activity:activity-ktx:1.1.0'

Expand Down

0 comments on commit 78c1935

Please sign in to comment.