Skip to content

Commit

Permalink
Update node, react-native, and gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
aidin-gh committed Jul 28, 2023
1 parent 3195aea commit 1768dbf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
v18.17.0
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath("com.android.tools.build:gradle:8.0.2")
classpath("com.android.tools.build:gradle:8.1.0")
}
}

Expand All @@ -17,8 +17,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
versionCode 3
versionName "1.4.0"
versionCode 4
versionName "1.5.1"
}
lintOptions {
abortOnError false
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-rsa-signer",
"version": "1.5.0",
"version": "1.5.1",
"description": "Generate RSA key pair, store in keychain and use for signing",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -9,7 +9,7 @@
"url": "https://github.com/movio/react-native-rsa-signer"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"There are no tests!\" && exit 1"
},
"keywords": [
"react-native",
Expand All @@ -31,6 +31,6 @@
"react-native": ">= 0.71.0 < 1"
},
"devDependencies": {
"react-native": "0.72.0"
"react-native": "0.72.3"
}
}

0 comments on commit 1768dbf

Please sign in to comment.