Skip to content
This repository was archived by the owner on Feb 3, 2020. It is now read-only.

Commit 9d13cf3

Browse files
Merge pull request #87 from recruit-lifestyle/develop
Ver 2.3.2
2 parents f6ee3bf + 4b0e352 commit 9d13cf3

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Sep 13 12:18:11 JST 2017
1+
#Mon May 07 16:30:08 JST 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ android {
1313
}
1414

1515
dependencies {
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

sample/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
}
2121

2222
dependencies {
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
}

0 commit comments

Comments
 (0)