File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -83,13 +83,13 @@ def enableSeparateBuildPerCPUArchitecture = false
83
83
def enableProguardInReleaseBuilds = false
84
84
85
85
android {
86
- compileSdkVersion 24
87
- buildToolsVersion " 23 .0.3 "
86
+ compileSdkVersion 25
87
+ buildToolsVersion " 25 .0.2 "
88
88
89
89
defaultConfig {
90
90
applicationId " com.immutablelistviewexample"
91
91
minSdkVersion 16
92
- targetSdkVersion 24
92
+ targetSdkVersion 25
93
93
versionCode 1
94
94
versionName " 1.0"
95
95
ndk {
@@ -127,7 +127,7 @@ android {
127
127
128
128
dependencies {
129
129
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 "
131
131
compile " com.facebook.react:react-native:+" // From node_modules
132
132
}
133
133
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.2.0 '
8
+ classpath ' com.android.tools.build:gradle:2.2.3 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments