Skip to content

Commit 66ec189

Browse files
committed
Removed proxy information and updated build.gradle - uploaded version 1.6.0 to bintray https://bintray.com/spongebobrf/maven/MaterialIntroTutorial/1.6.0
1 parent b55ad9c commit 66ec189

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@
1313
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1414
# org.gradle.parallel=true
1515
#Wed May 11 08:23:46 SAST 2016
16-
systemProp.http.proxyHost=127.0.0.1
17-
systemProp.http.proxyPort=8080

materialhelptutorial/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
version = "1.5.0"
5+
version = "1.6.0"
66
group = "za.co.riggaroo"
77

88
def siteUrl = 'https://github.com/riggaroo/MaterialIntroTutorial'
@@ -15,7 +15,7 @@ android {
1515
defaultConfig {
1616
minSdkVersion 14
1717
targetSdkVersion 27
18-
versionCode 10
18+
versionCode 11
1919
versionName version
2020
}
2121
buildTypes {

0 commit comments

Comments
 (0)