Skip to content

Commit

Permalink
Release 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastProject committed Oct 11, 2020
1 parent ff61e5e commit 624ba19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "me.hackerchick.raisetoanswer"
minSdkVersion 26
targetSdkVersion 29
versionCode 19
versionName "3.2.1"
versionCode 20
versionName "3.2.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<string name="feature_answer_all_angles">Répondre quel que soit l\'angle d\'inclinaison</string>
<string name="decline_holder">Rejet des appels</string>
<string name="answer_holder">Réception des appels</string>
<string name="missing_support_magnetometer">Votre appareil ne dispose pas de magnétomètre, la restriction du rejet d\'appel à un angle droit n'est pas prise en charge.</string>
<string name="missing_support_android_9">Votre appareil fonctionne avec une version antérieure à Android 9, le rejet d\'appel n'est pas pris en charge.</string>
<string name="missing_support_magnetometer">Votre appareil ne dispose pas de magnétomètre, la restriction du rejet d\'appel à un angle droit n\'est pas prise en charge.</string>
<string name="missing_support_android_9">Votre appareil fonctionne avec une version antérieure à Android 9, le rejet d\'appel n\'est pas pris en charge.</string>
</resources>

0 comments on commit 624ba19

Please sign in to comment.