Skip to content

Commit 9826d7b

Browse files
committed
update dependencies
1 parent 99f95b0 commit 9826d7b

File tree

3 files changed

+7
-23
lines changed

3 files changed

+7
-23
lines changed
1.46 KB
Binary file not shown.
Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
1-
//default elements
2-
android {
3-
4-
allprojects {
5-
repositories {
6-
jcenter()
7-
maven {
8-
url "https://maven.google.com"
9-
}
10-
}
11-
}
12-
13-
compileSdkVersion 26
14-
buildToolsVersion "26.0.1"
15-
16-
17-
}
18-
19-
dependencies {
20-
def supportLibrariesVersion = '26.1.0'
21-
compile "com.android.support:support-compat:${supportLibrariesVersion}"
22-
compile 'com.airbnb.android:lottie:2.3.1'
1+
dependencies {
2+
def supportLibrariesVersion = '27.1.1'
3+
compile "com.android.support:support-v4:${supportLibrariesVersion}"
4+
compile "com.android.support:appcompat-v7:{supportLibrariesVersion}"
5+
debugCompile "com.android.support:design:{supportLibrariesVersion}"
6+
compile 'com.airbnb.android:lottie:2.5.5'
237
}

src/platforms/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pod 'lottie-ios', "~> 2.1.5"
1+
pod 'lottie-ios', "~> 2.5.0"

0 commit comments

Comments
 (0)