We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716ab6a commit 4d4cdc3Copy full SHA for 4d4cdc3
android/build.gradle
@@ -1,8 +1,8 @@
1
apply plugin: 'com.android.library'
2
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion "23.0.1"
+ compileSdkVersion 25
+ buildToolsVersion "25.0.1"
6
7
defaultConfig {
8
minSdkVersion 16
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-sha256",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "Native sha256 react-native",
"main": "sha256.js",
"scripts": {
0 commit comments