Skip to content

Commit 4d4cdc3

Browse files
committed
v1.1.1 -> gradle-version increased to 25
1 parent 716ab6a commit 4d4cdc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 23
5-
buildToolsVersion "23.0.1"
4+
compileSdkVersion 25
5+
buildToolsVersion "25.0.1"
66

77
defaultConfig {
88
minSdkVersion 16

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-sha256",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Native sha256 react-native",
55
"main": "sha256.js",
66
"scripts": {

0 commit comments

Comments
 (0)