Skip to content

Commit 0b08f66

Browse files
committed
v9.0.0
1 parent 534aa7f commit 0b08f66

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
minSdk = 26
2424
targetSdk = 35
2525
versionCode = calcVersionCode()
26-
versionName = "8.4.0"
26+
versionName = "9.0.0"
2727

2828
vectorDrawables.useSupportLibrary = true
2929
vectorDrawables.generatedDensities = []

app/versionCode.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
540
1+
600

metadata/en-US/changelogs/604.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Migrate to kotlin CoroutineScope
2+
- New Activity: LinksActivity
3+
- Ability to add and manage "Json and Subscription" Links
4+
- Manual update profiles via links

0 commit comments

Comments
 (0)