This repository was archived by the owner on Feb 3, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Min Sdk Version : 14
2525 }
2626
2727 dependencies {
28- compile ' com.github.recruit-lifestyle:FloatingView:2.3.1 '
28+ implementation ' com.github.recruit-lifestyle:FloatingView:2.3.2 '
2929 }
3030 ```
3131
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 google()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.0.1 '
9+ classpath ' com.android.tools.build:gradle:3.1.2 '
1010 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3'
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 1- # Wed Sep 13 12:18:11 JST 2017
1+ # Mon May 07 16:30:08 JST 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ android {
1313}
1414
1515dependencies {
16- compile ' com.android.support:support-annotations:27.0.2 '
17- compile ' com.android.support:support-compat:27.0.2 '
18- compile ' com.android.support:support-dynamic-animation:27.0.2 '
16+ implementation ' com.android.support:support-annotations:27.1.1 '
17+ implementation ' com.android.support:support-compat:27.1.1 '
18+ implementation ' com.android.support:support-dynamic-animation:27.1.1 '
1919}
2020
2121// build a jar with source files
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ android {
2020}
2121
2222dependencies {
23- compile fileTree(dir : ' libs' , include : [' *.jar' ])
24- compile ' com.android.support:preference-v14:27.0.2 '
25- compile project(' :library' )
23+ implementation fileTree(dir : ' libs' , include : [' *.jar' ])
24+ implementation ' com.android.support:preference-v14:27.1.1 '
25+ implementation project(' :library' )
2626}
You can’t perform that action at this time.
0 commit comments