Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Removed proxy information and updated build.gradle - uploaded version…
Browse files Browse the repository at this point in the history
  • Loading branch information
spongebobrf committed Jan 3, 2018
1 parent b55ad9c commit 66ec189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions materialhelptutorial/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -15,7 +15,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 10
versionCode 11
versionName version
}
buildTypes {
Expand Down

0 comments on commit 66ec189

Please sign in to comment.