Skip to content

Commit

Permalink
v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SaeedDev94 committed Jan 16, 2025
1 parent 826d65e commit 7735493
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
minSdk = 26
targetSdk = 35
versionCode = calcVersionCode()
versionName = "8.4.0"
versionName = "9.0.0"

vectorDrawables.useSupportLibrary = true
vectorDrawables.generatedDensities = []
Expand Down
2 changes: 1 addition & 1 deletion app/versionCode.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
540
600
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/604.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Migrate to kotlin CoroutineScope
- New Activity: LinksActivity
- Ability to add and manage "Json and Subscription" Links
- Manual update profiles via links

0 comments on commit 7735493

Please sign in to comment.