Author: Adam Evyčędo <git@apiote.xyz>
update strings and dependencies
app/build.gradle | 14 +++++++------- app/src/main/res/values-fr/strings.xml | 1 + app/src/main/res/values/strings.xml | 2 +-
diff --git a/app/build.gradle b/app/build.gradle index 7ed02a6c02fd63bbd76f6bb7c31bd03912a1bba5..959dcb0a3996e221751c73a1a3ec731313d733d6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,12 +21,12 @@ defaultConfig { applicationId "xyz.apiote.bimba.czwek" minSdk 21 - targetSdk 34 + targetSdk 35 versionCode 27 versionName "3.3.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - resourceConfigurations += ["en", "pl", "it", "de"] + resourceConfigurations += ["en", "pl", "it", "de", "fr"] } applicationVariants.configureEach { variant -> @@ -58,11 +58,11 @@ } dependencies { implementation 'androidx.core:core-ktx:1.13.1' - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.0' + implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.3' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3' implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' implementation 'androidx.navigation:navigation-ui-ktx:2.7.7' implementation 'androidx.legacy:legacy-support-v4:1.0.0' @@ -82,8 +82,8 @@ coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' } // NOTE fixes reproducible builds diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d95c7b6f7c90ae59047f1cf825bad6f84d4aa6c6..19afd0e9e16147ad1463025d7342a239b206452a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -131,7 +131,7 @@Favourite <string name="filtered">Filtered</string> <string name="unfiltered">Unfiltered</string> <string name="cannot_save_favourite">Couldn’t save the favourite</string> - <string name="no_next_departures">no next departures</string> + <string name="no_next_departures">no more departures</string> <string name="error_44">No more departures</string> <string name="loading">loading…</string> <string name="favourite_deleted">Favourite deleted</string> diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 8eff81cdf84b5320d7f1bfbee146de10a689d3b1..df879f01ea8436856a0eed72136b1a4b85951084 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -114,5 +114,6 @@Pas trouvé <string name="error_429">Limite dépassée. Réessayez plus tard</string> <string name="onboarding_simple_action">Choisir la localité</string> <string name="no_location_access">Accès à la position non autorisé</string> + <string name="seatbelts_everyone">En voiture tout le monde!</string> <string name="onboarding_simple">Simple</string> </resources> \ No newline at end of file