Skip to content

Commit b027608

Browse files
committed
Add POM description for :common project
1 parent 985ef36 commit b027608

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

common/gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ development=true
1919
RELEASE_SIGNING_ENABLED=true
2020
# Library config
2121
GROUP=com.powersync
22-
LIBRARY_VERSION=1.8.0
22+
LIBRARY_VERSION=1.8.1
2323
GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git
2424
# POM
2525
POM_URL=https://github.com/powersync-ja/powersync-kotlin/

0 commit comments

Comments
 (0)