-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Gradle 4.8.1 * Update to SDK 28 * Update to robolectric 3.8 * Update to android-maven-gradle-plugin 2.1 * Gradle bintray plugin 1.8.4 * Build-info-extractor-gradle 4.7.5 * RxJava 2.1.16 * Remove now-unnecessary buildToolsVersion definitions * Add jcenter() to repositories for trove4j
- Loading branch information
1 parent
191a758
commit 9f81070
Showing
6 changed files
with
21 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,27 @@ | ||
subprojects { | ||
buildscript { | ||
repositories { | ||
google() | ||
mavenCentral() | ||
jcenter() | ||
google() | ||
} | ||
dependencies { | ||
classpath 'com.android.tools.build:gradle:3.0.1' | ||
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' | ||
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0' | ||
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.5.2' | ||
classpath 'com.android.tools.build:gradle:3.1.3' | ||
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' | ||
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4' | ||
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.7.5' | ||
} | ||
} | ||
|
||
repositories { | ||
google() | ||
mavenCentral() | ||
jcenter() | ||
} | ||
} | ||
|
||
ext { | ||
minSdkVersion = 9 | ||
compileSdkVersion = 26 | ||
buildToolsVersion = '26.0.2' | ||
compileSdkVersion = 28 | ||
sourceCompatibility = JavaVersion.VERSION_1_7 | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-all.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters