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 cd1e2f9 commit 88bccf7Copy full SHA for 88bccf7
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.0.0-BETA26
4
+
5
+* Support bucket priorities and partial syncs.
6
+* Android: Add ProGuard rules to prevent methods called through JNI from being minified or removed.
7
8
## 1.0.0-BETA25
9
10
* JVM: Lower minimum supported version from 17 to 8.
gradle.properties
@@ -17,7 +17,7 @@ development=true
17
RELEASE_SIGNING_ENABLED=true
18
# Library config
19
GROUP=com.powersync
20
-LIBRARY_VERSION=1.0.0-BETA25
+LIBRARY_VERSION=1.0.0-BETA26
21
GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git
22
# POM
23
POM_URL=https://github.com/powersync-ja/powersync-kotlin/
0 commit comments