From 66ec189fd44e361dc1f1e5d3fc2df81c27b682ac Mon Sep 17 00:00:00 2001 From: Rebecca Franks Date: Wed, 3 Jan 2018 13:39:41 +0200 Subject: [PATCH] Removed proxy information and updated build.gradle - uploaded version 1.6.0 to bintray https://bintray.com/spongebobrf/maven/MaterialIntroTutorial/1.6.0 --- gradle.properties | 2 -- materialhelptutorial/build.gradle | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index bd04927..ee4e755 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,5 +13,3 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true #Wed May 11 08:23:46 SAST 2016 -systemProp.http.proxyHost=127.0.0.1 -systemProp.http.proxyPort=8080 diff --git a/materialhelptutorial/build.gradle b/materialhelptutorial/build.gradle index 0118b18..9f492b3 100644 --- a/materialhelptutorial/build.gradle +++ b/materialhelptutorial/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' -version = "1.5.0" +version = "1.6.0" group = "za.co.riggaroo" def siteUrl = 'https://github.com/riggaroo/MaterialIntroTutorial' @@ -15,7 +15,7 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 27 - versionCode 10 + versionCode 11 versionName version } buildTypes {