Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 1b7ccd2

Browse files
committed
Update project files
1 parent 0e9d335 commit 1b7ccd2

4 files changed

Lines changed: 6 additions & 8 deletions

File tree

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
}
1212
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Nov 28 20:39:05 EET 2017
1+
#Mon Jun 04 09:21:46 CEST 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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
apply plugin: 'com.android.library'
2-
//apply plugin: 'com.github.dcendents.android-maven'
3-
42
group = 'com.q42.android.scrollingimageview'
53

64
android {
75
compileSdkVersion 27
8-
buildToolsVersion "27.0.1"
6+
buildToolsVersion "27.0.3"
97

108
defaultConfig {
119
minSdkVersion 16

sampleapp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 27
5-
buildToolsVersion "27.0.1"
5+
buildToolsVersion "27.0.3"
66

77
defaultConfig {
88
applicationId "scrollingimageview.android.q42.com.sampleapp"
@@ -21,6 +21,6 @@ android {
2121

2222
dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
24-
compile 'com.android.support:appcompat-v7:27.0.1'
24+
compile 'com.android.support:appcompat-v7:27.1.1'
2525
compile project(':library')
2626
}

0 commit comments

Comments
 (0)