Skip to content

Commit 88bccf7

Browse files
committed
Release beta 26
1 parent cd1e2f9 commit 88bccf7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## 1.0.0-BETA25
49

510
* JVM: Lower minimum supported version from 17 to 8.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ development=true
1717
RELEASE_SIGNING_ENABLED=true
1818
# Library config
1919
GROUP=com.powersync
20-
LIBRARY_VERSION=1.0.0-BETA25
20+
LIBRARY_VERSION=1.0.0-BETA26
2121
GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git
2222
# POM
2323
POM_URL=https://github.com/powersync-ja/powersync-kotlin/

0 commit comments

Comments
 (0)