This repository was archived by the owner on Apr 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 }
1212}
Original file line number Diff line number Diff line change 1- # Tue Nov 28 20:39:05 EET 2017
1+ # Mon Jun 04 09:21:46 CEST 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 11apply plugin : ' com.android.library'
2- // apply plugin: 'com.github.dcendents.android-maven'
3-
42group = ' com.q42.android.scrollingimageview'
53
64android {
75 compileSdkVersion 27
8- buildToolsVersion " 27.0.1 "
6+ buildToolsVersion " 27.0.3 "
97
108 defaultConfig {
119 minSdkVersion 16
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
33android {
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
2222dependencies {
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}
You can’t perform that action at this time.
0 commit comments