Compare commits

..

No commits in common. "0473a5f7bc28efbc4c910b164a99132efad02746" and "1dfa3c9f07e4e6b6a4f75c597e3c8c1f0a91783a" have entirely different histories.

2 changed files with 1 additions and 12 deletions

View File

@ -1,14 +1,3 @@
# V2/Multiplatform rewrite
**v1**
- The app has the same functionalities as before.
--------------------------------------------------------------------
# Old version changes
**1.7.x** **1.7.x**
- Hiding tags with 0 articles - Hiding tags with 0 articles

View File

@ -93,7 +93,7 @@ android {
} }
flavorDimensions.add("build") flavorDimensions.add("build")
productFlavors { productFlavors {
create("githubConfig") { create("github") {
versionNameSuffix = "-github" versionNameSuffix = "-github"
dimension = "build" dimension = "build"
} }