Skip to content

Commit b40329a

Browse files
committed
update dependencies
1 parent 22e5f63 commit b40329a

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

gradle.properties

+3-4
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,15 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
GRADLE_PLUGIN_VERSION=3.0.1
17-
BUILD_TOOLS_VERSION=27.0.1
16+
GRADLE_PLUGIN_VERSION=3.1.2
1817

19-
ANDROID_SUPPORT_VERSION=27.1.0
18+
ANDROID_SUPPORT_VERSION=27.1.1
2019

2120
MIN_SDK=15
2221
TARGET_SDK=27
2322
COMPILE_SDK=27
2423

25-
VERSION_NAME=0.24.9
24+
VERSION_NAME=0.24.10
2625
VERSION_CODE=1
2726
GROUP=com.klinkerapps
2827

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ distributionBase=GRADLE_USER_HOME
1919
distributionPath=wrapper/dists
2020
zipStoreBase=GRADLE_USER_HOME
2121
zipStorePath=wrapper/dists
22-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
22+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

library/build.gradle

+4-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ apply plugin: 'com.android.library'
1818

1919
android {
2020
compileSdkVersion Integer.parseInt(project.COMPILE_SDK)
21-
buildToolsVersion project.BUILD_TOOLS_VERSION
2221

2322
defaultConfig {
2423
minSdkVersion Integer.parseInt(project.MIN_SDK)
@@ -50,15 +49,15 @@ android {
5049
}
5150

5251
dependencies {
53-
annotationProcessor "com.github.bumptech.glide:compiler:4.6.1"
54-
implementation "com.github.bumptech.glide:glide:4.6.1"
52+
annotationProcessor "com.github.bumptech.glide:compiler:4.7.1"
53+
implementation "com.github.bumptech.glide:glide:4.7.1"
5554

5655
implementation "com.android.support:appcompat-v7:${ANDROID_SUPPORT_VERSION}"
5756
implementation "com.android.support:design:${ANDROID_SUPPORT_VERSION}"
5857
implementation "com.android.support:recyclerview-v7:${ANDROID_SUPPORT_VERSION}"
5958
implementation "com.android.support:customtabs:${ANDROID_SUPPORT_VERSION}"
60-
implementation 'com.squareup.retrofit2:retrofit:2.3.0'
61-
implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
59+
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
60+
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
6261
implementation 'org.jsoup:jsoup:1.10.2'
6362
implementation 'com.fmsirvent:parallaxeverywhere:1.0.4'
6463
implementation 'com.klinkerapps:drag-dismiss-activity:1.5.1'

sample/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ apiKeys.load(new FileInputStream(propsFile))
2222

2323
android {
2424
compileSdkVersion Integer.parseInt(project.COMPILE_SDK)
25-
buildToolsVersion project.BUILD_TOOLS_VERSION
2625

2726
defaultConfig {
2827
minSdkVersion Integer.parseInt(project.MIN_SDK)

0 commit comments

Comments
 (0)