Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #19 from emeraldsanto/dev
Browse files Browse the repository at this point in the history
Version 2.4.3
  • Loading branch information
emeraldsanto authored May 31, 2020
2 parents f95df3e + a99d921 commit 7b3feec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ android {
defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', DEFAULT_MIN_SDK_VERSION)
targetSdkVersion safeExtGet('targetSdkVersion', DEFAULT_TARGET_SDK_VERSION)
versionCode 23
versionName "2.3.0"
versionCode 31
versionName "2.4.3"
}
lintOptions {
abortOnError false
Expand All @@ -79,7 +79,9 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+'
implementation "androidx.security:security-crypto:1.0.0-rc02"

// Updating to the stable 1.0.0 release introduces crashes in production
implementation "androidx.security:security-crypto:1.0.0-alpha02"
}

def configureReactNativePom(def pom) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-encrypted-storage",
"title": "React Native Encrypted Storage",
"version": "2.4.2",
"version": "2.4.3",
"description": "A React Native wrapper over SharedPreferences and Keychain to provide a secure alternative to Async Storage",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 7b3feec

Please sign in to comment.