Skip to content

Commit 5f3eed2

Browse files
committed
Bumped package version, updated example gradle version
1 parent 89d108e commit 5f3eed2

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def enableProguardInReleaseBuilds = false
8484

8585
android {
8686
compileSdkVersion 23
87-
buildToolsVersion "23.0.1"
87+
buildToolsVersion '25.0.0'
8888

8989
defaultConfig {
9090
applicationId "com.example"

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:1.3.1'
8+
classpath 'com.android.tools.build:gradle:3.0.1'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Sat Feb 10 18:46:16 NZDT 2018
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
34
zipStoreBase=GRADLE_USER_HOME
45
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-directed-scrollview",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "A natively implemented scrollview component which lets you specify different scroll directions for child content.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)