We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac189b4 commit a345f7cCopy full SHA for a345f7c
2 files changed
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Change Log
2
==========
3
4
+Version 2.0.8 *(2026-02-21)*
5
+-----------------------------
6
+
7
+- Make page indicator scrollable.
8
+- Allow space inside folder name.
9
+- Remove Lottie and resources.
10
11
Version 2.0.7 *(2026-02-07)*
12
-----------------------------
13
app/build.gradle.kts
@@ -16,8 +16,8 @@ android {
16
minSdk = libs.versions.minSdk.get().toInt()
17
targetSdk = libs.versions.targetSdk.get().toInt()
18
multiDexEnabled = true
19
- versionCode = 43
20
- versionName = "2.0.7"
+ versionCode = 44
+ versionName = "2.0.8"
21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
22
23
ksp {
0 commit comments