File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ jobs:
445445 [**Node**](https://www.npmjs.com/package/@sqliteai/sqlite-sync): `npm install @sqliteai/sqlite-sync@dev`
446446 [**WASM**](https://www.npmjs.com/package/@sqliteai/sqlite-wasm): `npm install @sqliteai/sqlite-wasm@dev`
447447 [**Expo**](https://www.npmjs.com/package/@sqliteai/sqlite-sync-expo): `npm install @sqliteai/sqlite-sync-expo@dev`
448- [**Android**](https://central.sonatype.com/artifact/ai.sqlite/sync- dev): `ai.sqlite:sync- dev:${{ steps.tag.outputs.version }}`
448+ [**Android**](https://central.sonatype.com/artifact/ai.sqlite/sync. dev): `ai.sqlite:sync. dev:${{ steps.tag.outputs.version }}`
449449 [**Swift**](https://github.com/sqliteai/sqlite-sync-dev#swift-package): [Installation Guide](https://github.com/sqliteai/sqlite-sync-dev#swift-package)
450450
451451 ---
Original file line number Diff line number Diff line change @@ -155,10 +155,10 @@ sqlite3_close(db)
155155
156156### Android Package
157157
158- Add the [ following] ( https://central.sonatype.com/artifact/ai.sqlite/sync- dev ) to your Gradle dependencies:
158+ Add the [ following] ( https://central.sonatype.com/artifact/ai.sqlite/sync. dev ) to your Gradle dependencies:
159159
160160``` gradle
161- implementation 'ai.sqlite:sync- dev:0.9.91'
161+ implementation 'ai.sqlite:sync. dev:0.9.91'
162162```
163163
164164Here's an example of how to use the package:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ apply plugin: 'maven-publish'
1717apply plugin : ' signing'
1818
1919android {
20- namespace ' ai.sqlite.sync- dev'
20+ namespace ' ai.sqlite.sync. dev'
2121 compileSdk 34
2222
2323 defaultConfig {
@@ -57,7 +57,7 @@ afterEvaluate {
5757 publications {
5858 release(MavenPublication ) {
5959 groupId = ' ai.sqlite'
60- artifactId = ' sync- dev'
60+ artifactId = ' sync. dev'
6161 version = project. hasProperty(' VERSION' ) ? project. VERSION : [' make' , ' version' ]. execute(null , file(' ../..' )). text. trim()
6262
6363 artifact(project. hasProperty(' AAR_PATH' ) ? project. AAR_PATH : " $buildDir /outputs/aar/android-release.aar" )
You can’t perform that action at this time.
0 commit comments