Skip to content

Commit

Permalink
v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaelMobilia committed Dec 5, 2024
1 parent bb68b50 commit 5f70ce1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
// Enregistrer la date du build
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
// versionCode est utilisé par Google pour les MàJ, versionName est uniquement affiché à l'utilisateur
versionCode 281
versionName "2.8.1"
versionCode 290
versionName "2.9.0"
}

buildTypes {
Expand Down Expand Up @@ -65,7 +65,6 @@ dependencies {
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.preference:preference:1.2.1'
implementation 'com.google.android.material:material:1.12.0'
testImplementation 'junit:junit:4.13.2'
implementation 'com.github.bumptech.glide:glide:4.16.0'
implementation 'com.github.bumptech.glide:annotations:4.16.0'
implementation 'com.github.bumptech.glide:okhttp3-integration:4.16.0'
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/290.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
v2.9.0
- [Update] Parsage du site web suite à la désactivation de l'API WP
- [New] Indication visuelle si un article est mis à jour suite à sa lecture

0 comments on commit 5f70ce1

Please sign in to comment.