Skip to content

Commit

Permalink
Bump version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarthelery committed Mar 23, 2023
1 parent 4db5bd7 commit fb7368a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ plugins {
androidComponents {
val major = 1
val minor = 6
val patch = 1
val patch = 2
configureVersionChangeset(project, major, minor, patch)
}

Expand Down
3 changes: 2 additions & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Rewrite implementation of OpenSourceLicensesActivity
Collect feed icons using new API operation
Refresh feed counters automatically
Various bug fixes and improvements
3 changes: 2 additions & 1 deletion app/src/main/play/release-notes/fr-FR/default.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Réécriture de l'implémentation de OpenSourceLicensesActivity
Récupération des icones des flux en utilisant la nouvelle API
Refraichissement des compteurs d'articles non lus automatiquement
Diverses corrections de bugs et améliorations
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ retrofit = "2.9.0"
retrofit-kotlinx-serialization-converter = "0.8.0"
leakcanary = "2.9.1"
coil = "2.2.2"
geekdroid = "geekttrss-1.6.1"
geekdroid = "geekttrss-1.6.2"

[plugins]
google-gms-google-services = { id = "com.google.gms.google-services", version = "4.3.14" }
Expand Down

0 comments on commit fb7368a

Please sign in to comment.