File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.0-BETA2
4
+
5
+ * Publish persistence package
6
+
3
7
## 1.0.0-BETA1
4
8
5
9
* Improve API by changing from Builder pattern to simply instantiating the database ` PowerSyncDatabase `
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ development=true
17
17
RELEASE_SIGNING_ENABLED =true
18
18
# Library config
19
19
GROUP =com.powersync
20
- LIBRARY_VERSION =1.0.0-BETA1
20
+ LIBRARY_VERSION =1.0.0-BETA2
21
21
GITHUB_REPO =https://github.com/powersync-ja/powersync-kotlin.git
22
22
# POM
23
23
POM_URL =https://github.com/powersync-ja/powersync-kotlin/
Original file line number Diff line number Diff line change
1
+ import com.powersync.plugins.sonatype.setupGithubRepository
2
+
1
3
plugins {
2
4
alias(libs.plugins.kotlinMultiplatform)
3
5
alias(libs.plugins.sqldelight)
4
6
alias(libs.plugins.androidLibrary)
7
+ id(" com.powersync.plugins.sonatype" )
5
8
}
6
9
7
10
kotlin {
@@ -66,3 +69,4 @@ sqldelight {
66
69
}
67
70
}
68
71
72
+ setupGithubRepository()
Original file line number Diff line number Diff line change
1
+ POM_ARTIFACT_ID =persistence
2
+ POM_NAME =SqlDelight Persistence
3
+ POM_DESCRIPTION =SqlDelight database setup used in the core package.
You can’t perform that action at this time.
0 commit comments