Skip to content

Commit

Permalink
release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krizzu committed Nov 22, 2024
1 parent 84a8ab4 commit 4eb5fa1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## [0.1.2] - 2024-10-29
## [0.1.3] - 2024-11-22

- Changed min. iOS deployment target to 15
- [Android] Changed minSdk to 24

## [0.1.2] - 2024-11-18

- [iOS] Changed min. deployment target to 15

## [0.1.1] - 2024-10-29

Expand Down
2 changes: 1 addition & 1 deletion package_info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Async Storage SQLite",
"version": "0.1.2",
"version": "0.1.3",
"description": "Multiplatform key-value storage backed by SQLite for React Native Async Storage",
"author": "Krzysztof Borowy",
"homepage": "https://github.com/react-native-async-storage/sqlite-storage-native",
Expand Down
2 changes: 1 addition & 1 deletion sqlite-storage/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ android {
compileSdk = 34
namespace = "org.asyncstorage.sqlitestorage"
defaultConfig {
minSdk = 26
minSdk = 24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
testOptions {
Expand Down

0 comments on commit 4eb5fa1

Please sign in to comment.