File tree Expand file tree Collapse file tree 5 files changed +7
-17
lines changed Expand file tree Collapse file tree 5 files changed +7
-17
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'
10- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
11- 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
7+ classpath ' com.android.tools.build:gradle:3.4.2'
8+ classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
9+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
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 2626
2727android {
2828 compileSdkVersion 28
29- buildToolsVersion ' 28.0.3'
3029
3130 defaultConfig {
3231 minSdkVersion 14
@@ -46,11 +45,8 @@ android {
4645}
4746
4847dependencies {
49- repositories {
50- maven { url " https://maven.google.com" }
51- }
52- implementation ' androidx.annotation:annotation:1.0.0'
53- implementation ' androidx.core:core:1.0.0'
48+ implementation ' androidx.annotation:annotation:1.1.0'
49+ implementation ' androidx.core:core:1.0.2'
5450 implementation ' androidx.viewpager:viewpager:1.0.0'
5551}
5652
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"
@@ -21,7 +20,7 @@ android {
2120
2221dependencies {
2322 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
24- implementation ' androidx.appcompat:appcompat:1.0.1 '
23+ implementation ' androidx.appcompat:appcompat:1.0.2 '
2524 implementation ' androidx.recyclerview:recyclerview:1.0.0'
2625 implementation project(' :pageindicatorview' )
2726}
You can’t perform that action at this time.
0 commit comments