Skip to content

Commit

Permalink
v1.1.1 -> gradle-version increased to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
itinance committed Sep 25, 2017
1 parent 716ab6a commit 4d4cdc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
compileSdkVersion 25
buildToolsVersion "25.0.1"

defaultConfig {
minSdkVersion 16
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 4d4cdc3

Please sign in to comment.