Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 10adcd0

Browse files
committed
description
1 parent 46bc9b6 commit 10adcd0

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Krzysztof Borowy
3+
Copyright (c) 2024 Krzysztof Borowy
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SQLite Storage
1+
# Async Storage Sqlite
22

3-
Multiplatform SQLite storage for Async Storage.
3+
Multiplatform sqlite storage for React Native AsyncStorage
44

55
## Testing
66

@@ -12,7 +12,6 @@ Gradle tasks to run tests:
1212

1313
`storageTestsIos` - run unit tests for iOS platform
1414

15-
1615
Re-running tests when tasks are up-to-date:
1716

1817
`./gradlew :sqlite-storage:storageTests --rerun-tasks`

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: SQLite Storage
1+
site_name: Async Storage Sqlite
22
repo_url: https://github.com/react-native-async-storage/sqlite-storage
33

44
nav:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-native-async-storage/sqlite-storage-native",
33
"version": "0.0.0",
4-
"description": "Multiplatform SQLite storage for React Native AsyncStorage",
4+
"description": "Multiplatform sqlite storage for React Native AsyncStorage",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",
77
"react-native": "src/index.ts",

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencyResolutionManagement {
1414
}
1515
}
1616

17-
rootProject.name = "SQLiteStorage"
17+
rootProject.name = "SqliteStorage"
1818
include(":sqlite-storage")
1919
include(":sample-android")
2020
project(":sample-android").projectDir = File(rootDir, "samples/android")

0 commit comments

Comments
 (0)