File tree Expand file tree Collapse file tree 5 files changed +4
-10
lines changed
Expand file tree Collapse file tree 5 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1- // Top-level build file where you can add configuration options common to all sub-projects/modules.
2-
31buildscript {
42 repositories {
53 google()
64 jcenter()
75 }
86 dependencies {
9- classpath ' com.android.tools.build:gradle:3.2.1 '
7+ classpath ' com.android.tools.build:gradle:3.4.2 '
108 classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
119 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
12- // NOTE: Do not place your application dependencies here; they belong
13- // in the individual module build.gradle files
1410 }
1511}
1612
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.5.1 -all.zip
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ dependencies {
4949 repositories {
5050 maven { url " https://maven.google.com" }
5151 }
52- implementation ' androidx.annotation:annotation:1.0 .0'
53- implementation ' androidx.core:core:1.0.0 '
52+ implementation ' androidx.annotation:annotation:1.1 .0'
53+ implementation ' androidx.core:core:1.0.2 '
5454 implementation ' androidx.viewpager:viewpager:1.0.0'
5555}
5656
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion 28
5- buildToolsVersion ' 28.0.3'
65
76 defaultConfig {
87 applicationId " com.rd.pageindicatorview"
You can’t perform that action at this time.
0 commit comments