#489 update gradle fury references

This commit is contained in:
Alex O'Ree 2016-12-10 11:36:37 -05:00
parent f7262da13f
commit 075347ed8c
8 changed files with 11 additions and 11 deletions

View file

@ -1,7 +1,7 @@
description = 'Example application for 3rd party utilities, including the Google wrapper sample, Bing map sources, etc' description = 'Example application for 3rd party utilities, including the Google wrapper sample, Bing map sources, etc'
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
apply from: "https://raw.githubusercontent.com/chrisdoyle/gradle-fury/v1.0.18/gradle/android-support.gradle" apply from: "https://raw.githubusercontent.com/gradle-fury/gradle-fury/v1.1.2/gradle/android-support.gradle"
android { android {
compileSdkVersion 'Google Inc.:Google APIs:23' compileSdkVersion 'Google Inc.:Google APIs:23'

View file

@ -1,7 +1,7 @@
description = 'OpenMap in the Play Store, the example app for using osmdroid' description = 'OpenMap in the Play Store, the example app for using osmdroid'
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
apply from: "https://raw.githubusercontent.com/chrisdoyle/gradle-fury/v1.0.18/gradle/android-support.gradle" apply from: "https://raw.githubusercontent.com/gradle-fury/gradle-fury/v1.1.2/gradle/android-support.gradle"
android { android {
defaultConfig { defaultConfig {

View file

@ -21,7 +21,7 @@ allprojects {
project.version = project.version =
( project.hasProperty('pom.version') ? project.property('pom.version') : "1.0" ) ( project.hasProperty('pom.version') ? project.property('pom.version') : "1.0" )
apply from: "https://raw.githubusercontent.com/chrisdoyle/gradle-fury/v1.0.18/gradle/maven-support.gradle" apply from: "https://raw.githubusercontent.com/gradle-fury/gradle-fury/v1.1.2/gradle/maven-support.gradle"
// forces all changing dependencies (i.e. SNAPSHOTs) to automagicially download // forces all changing dependencies (i.e. SNAPSHOTs) to automagicially download
// (thanks, @BillBarnhill!) // (thanks, @BillBarnhill!)
@ -44,15 +44,15 @@ allprojects {
} }
if (project.hasProperty('profile') && project.profile.split(',').contains("ci")) { if (project.hasProperty('profile') && project.profile.split(',').contains("ci")) {
apply from: "https://raw.githubusercontent.com/chrisdoyle/gradle-fury/v1.0.18/gradle/quality.gradle" apply from: "https://raw.githubusercontent.com/gradle-fury/gradle-fury/v1.1.2/gradle/quality.gradle"
} }
} }
apply from: "https://raw.githubusercontent.com/chrisdoyle/gradle-fury/v1.0.18/gradle/encryption.gradle" apply from: "https://raw.githubusercontent.com/gradle-fury/gradle-fury/v1.1.2/gradle/encryption.gradle"
apply from: "https://raw.githubusercontent.com/chrisdoyle/gradle-fury/v1.0.18/gradle/site.gradle" apply from: "https://raw.githubusercontent.com/gradle-fury/gradle-fury/v1.1.2/gradle/site.gradle"
//copy the readme into the site folder as the index //copy the readme into the site folder as the index

View file

@ -1,6 +1,6 @@
# What's this? # What's this?
Long long ago, Google offered open source projects a home for code, Long time ago, Google offered open source projects a home for code,
issue tracking, etc. issue tracking, etc.
At one point, there was a tool to automagically migrate everything from At one point, there was a tool to automagically migrate everything from

View file

@ -1,6 +1,6 @@
description = 'An Android library to display OpenStreetMap views.' description = 'An Android library to display OpenStreetMap views.'
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
apply from: "https://raw.githubusercontent.com/chrisdoyle/gradle-fury/v1.0.18/gradle/android-support.gradle" apply from: "https://raw.githubusercontent.com/gradle-fury/gradle-fury/v1.1.2/gradle/android-support.gradle"
android { android {
lintOptions { lintOptions {

View file

@ -1,6 +1,6 @@
description = "Example application using osmdroid and Maps Forge. May use non ASF licensed dependencies" description = "Example application using osmdroid and Maps Forge. May use non ASF licensed dependencies"
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
apply from: "https://raw.githubusercontent.com/chrisdoyle/gradle-fury/v1.0.18/gradle/android-support.gradle" apply from: "https://raw.githubusercontent.com/gradle-fury/gradle-fury/v1.1.2/gradle/android-support.gradle"
android { android {
defaultConfig { defaultConfig {

View file

@ -1,6 +1,6 @@
description = "An Android library to display OpenStreetMap views using Mapsforge. May use non ASF licensed dependencies" description = "An Android library to display OpenStreetMap views using Mapsforge. May use non ASF licensed dependencies"
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
apply from: "https://raw.githubusercontent.com/chrisdoyle/gradle-fury/v1.0.18/gradle/android-support.gradle" apply from: "https://raw.githubusercontent.com/gradle-fury/gradle-fury/v1.1.2/gradle/android-support.gradle"
android { android {
defaultConfig { defaultConfig {

View file

@ -1,6 +1,6 @@
description = 'osmdroid 3rd party libraries and examples. May use non ASF licensed libraries as dependencies' description = 'osmdroid 3rd party libraries and examples. May use non ASF licensed libraries as dependencies'
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
apply from: "https://raw.githubusercontent.com/chrisdoyle/gradle-fury/v1.0.18/gradle/android-support.gradle" apply from: "https://raw.githubusercontent.com/gradle-fury/gradle-fury/v1.1.2/gradle/android-support.gradle"
android { android {
compileSdkVersion "Google Inc.:Google APIs:23" compileSdkVersion "Google Inc.:Google APIs:23"
buildToolsVersion "23.0.3" buildToolsVersion "23.0.3"