Skip to content

Commit 4eb5fa1

Browse files
committed
release v0.1.3
1 parent 84a8ab4 commit 4eb5fa1

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## [0.1.2] - 2024-10-29
3+
## [0.1.3] - 2024-11-22
44

5-
- Changed min. iOS deployment target to 15
5+
- [Android] Changed minSdk to 24
6+
7+
## [0.1.2] - 2024-11-18
8+
9+
- [iOS] Changed min. deployment target to 15
610

711
## [0.1.1] - 2024-10-29
812

package_info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Async Storage SQLite",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Multiplatform key-value storage backed by SQLite for React Native Async Storage",
55
"author": "Krzysztof Borowy",
66
"homepage": "https://github.com/react-native-async-storage/sqlite-storage-native",

sqlite-storage/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ android {
9292
compileSdk = 34
9393
namespace = "org.asyncstorage.sqlitestorage"
9494
defaultConfig {
95-
minSdk = 26
95+
minSdk = 24
9696
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
9797
}
9898
testOptions {

0 commit comments

Comments
 (0)