File tree Expand file tree Collapse file tree 3 files changed +7
-23
lines changed Expand file tree Collapse file tree 3 files changed +7
-23
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 1- pod 'lottie-ios' , "~> 2.1.5 "
1+ pod 'lottie-ios' , "~> 2.5.0 "
You can’t perform that action at this time.
0 commit comments