File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,17 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.3.0 '
8
+ classpath ' com.android.tools.build:gradle:2.3.3 '
9
9
}
10
10
}
11
11
12
12
allprojects {
13
13
repositories {
14
14
mavenLocal()
15
15
jcenter()
16
+ maven {
17
+ url ' https://maven.google.com'
18
+ }
16
19
maven {
17
20
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
18
21
url " $rootDir /node_modules/react-native/android"
Original file line number Diff line number Diff line change @@ -97,13 +97,13 @@ def enableSeparateBuildPerCPUArchitecture = false
97
97
def enableProguardInReleaseBuilds = false
98
98
99
99
android {
100
- compileSdkVersion 25
101
- buildToolsVersion " 25 .0.2 "
100
+ compileSdkVersion 26
101
+ buildToolsVersion " 26 .0.1 "
102
102
103
103
defaultConfig {
104
- applicationId " com.example "
104
+ applicationId " com.airbnb.android "
105
105
minSdkVersion 16
106
- targetSdkVersion 25
106
+ targetSdkVersion 26
107
107
versionCode 1
108
108
versionName " 1.0"
109
109
ndk {
@@ -141,8 +141,8 @@ android {
141
141
142
142
dependencies {
143
143
compile fileTree(dir : " libs" , include : [" *.jar" ])
144
- compile ' com.android.support:appcompat-v7:25 .1.1 '
145
- compile ' com.android.support:support-annotations:25 .1.1 '
144
+ compile ' com.android.support:appcompat-v7:26 .1.0 '
145
+ compile ' com.android.support:support-annotations:26 .1.0 '
146
146
compile " com.facebook.react:react-native:+" // From node_modules
147
147
compile project(' :lottie-react-native-lib' )
148
148
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ apply plugin: 'com.android.library'
2
2
apply from : ' gradle-maven-push.gradle'
3
3
4
4
android {
5
- compileSdkVersion 25
6
- buildToolsVersion " 25 .0.2 "
5
+ compileSdkVersion 26
6
+ buildToolsVersion " 26 .0.1 "
7
7
publishNonDefault true
8
8
9
9
defaultConfig {
10
10
minSdkVersion 16
11
- targetSdkVersion 25
11
+ targetSdkVersion 26
12
12
}
13
13
14
14
lintOptions {
You can’t perform that action at this time.
0 commit comments