Skip to content

Commit b6f6d45

Browse files
committed
⬆️ [Example] Upgrade gradle dependencies
1 parent ea97fcd commit b6f6d45

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/android/app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ def enableSeparateBuildPerCPUArchitecture = false
8383
def enableProguardInReleaseBuilds = false
8484

8585
android {
86-
compileSdkVersion 24
87-
buildToolsVersion "23.0.3"
86+
compileSdkVersion 25
87+
buildToolsVersion "25.0.2"
8888

8989
defaultConfig {
9090
applicationId "com.immutablelistviewexample"
9191
minSdkVersion 16
92-
targetSdkVersion 24
92+
targetSdkVersion 25
9393
versionCode 1
9494
versionName "1.0"
9595
ndk {
@@ -127,7 +127,7 @@ android {
127127

128128
dependencies {
129129
compile fileTree(dir: "libs", include: ["*.jar"])
130-
compile "com.android.support:appcompat-v7:24.2.1"
130+
compile "com.android.support:appcompat-v7:25.1.0"
131131
compile "com.facebook.react:react-native:+" // From node_modules
132132
}
133133

example/android/build.gradle

+1-1
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:2.2.0'
8+
classpath 'com.android.tools.build:gradle:2.2.3'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files

0 commit comments

Comments
 (0)