Skip to content

Commit 41ebc56

Browse files
author
Hannes Achleitner
committed
Update AndroidStudio and Gradle
1 parent b1bad58 commit 41ebc56

File tree

5 files changed

+4
-10
lines changed

5 files changed

+4
-10
lines changed

build.gradle

Lines changed: 1 addition & 5 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'
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

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 & 2 deletions
Original file line numberDiff line numberDiff 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

sample/build.gradle

Lines changed: 0 additions & 1 deletion
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"

0 commit comments

Comments
 (0)