File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.8.1
4+
5+ - Add POM name and description for ` :common ` project.
6+
37## 1.8.0
48
59- Refactor SDK: ` com.powersync:powersync-core ` has an identical API, but now depends on
Original file line number Diff line number Diff line change 1+ POM_ARTIFACT_ID =common
2+ POM_NAME =PowerSync Common
3+ POM_DESCRIPTION =Common APIs for the PowerSync Kotlin SDK without a fixed SQLite dependency.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ development=true
1919RELEASE_SIGNING_ENABLED =true
2020# Library config
2121GROUP =com.powersync
22- LIBRARY_VERSION =1.8.0
22+ LIBRARY_VERSION =1.8.1
2323GITHUB_REPO =https://github.com/powersync-ja/powersync-kotlin.git
2424# POM
2525POM_URL =https://github.com/powersync-ja/powersync-kotlin/
You can’t perform that action at this time.
0 commit comments