Skip to content

Commit d152a2e

Browse files
committed
Update AndroidStudio and Gradle
1 parent b1bad58 commit d152a2e

File tree

5 files changed

+7
-17
lines changed

5 files changed

+7
-17
lines changed

build.gradle

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
1-
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2-
31
buildscript {
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

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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.6-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip

pageindicatorview/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

pageindicatorview/build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ ext {
2626

2727
android {
2828
compileSdkVersion 28
29-
buildToolsVersion '28.0.3'
3029

3130
defaultConfig {
3231
minSdkVersion 14
@@ -46,11 +45,8 @@ android {
4645
}
4746

4847
dependencies {
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

sample/build.gradle

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

33
android {
44
compileSdkVersion 28
5-
buildToolsVersion '28.0.3'
65

76
defaultConfig {
87
applicationId "com.rd.pageindicatorview"
@@ -21,7 +20,7 @@ android {
2120

2221
dependencies {
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
}

0 commit comments

Comments
 (0)