Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
Dependency, gradle, etc. updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Follestad authored and Aidan Follestad committed Jan 5, 2018
1 parent c711ca9 commit bc6a7bb
Show file tree
Hide file tree
Showing 7 changed files with 88 additions and 18 deletions.
72 changes: 72 additions & 0 deletions .idea/markdown-navigator.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/markdown-navigator/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -4,8 +4,8 @@ android:
components:
- tools
- platform-tools
- build-tools-26.0.0
- android-26
- build-tools-27.0.2
- android-27
- extra-android-support
- extra-android-m2repository
- extra-google-m2repository
Expand Down
3 changes: 0 additions & 3 deletions app/build.gradle
Expand Up @@ -14,9 +14,6 @@ android {
lintOptions {
abortOnError false
}
jackOptions {
enabled true
}
}

compileOptions {
Expand Down
8 changes: 3 additions & 5 deletions build.gradle
Expand Up @@ -4,6 +4,7 @@ buildscript {
apply from: './dependencies.gradle'

repositories {
google()
jcenter()
}
dependencies {
Expand All @@ -14,13 +15,14 @@ buildscript {

allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}

buildscript {
repositories {
maven { url "https://plugins.gradle.org/m2/" }
google()
}
}
apply plugin: "com.diffplug.gradle.spotless"
Expand All @@ -34,7 +36,3 @@ allprojects {
}
}
}

task clean(type: Delete) {
delete rootProject.buildDir
}
12 changes: 6 additions & 6 deletions dependencies.gradle
@@ -1,13 +1,13 @@
ext.versions = [
minSdk : 21,
compileSdk : 26,
buildTools : '26.0.0',
compileSdk : 27,
buildTools : '27.0.2',
publishVersion : '0.1.3.1',
publishVersionCode: 14,
gradlePlugin : '2.3.2',
spotlessPlugin : '3.4.0',
supportLib : '25.3.1',
materialDialogs : '0.9.4.5',
gradlePlugin : '3.0.1',
spotlessPlugin : '3.8.0',
supportLib : '27.0.2',
materialDialogs : '0.9.6.0',
bridge : '5.1.2',
inquiry : '5.0.0'
]
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Wed Aug 24 19:51:45 CDT 2016
#Fri Jan 05 14:44:01 CST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 comments on commit bc6a7bb

Please sign in to comment.