File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 13
13
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
14
14
# org.gradle.parallel=true
15
15
# Wed May 11 08:23:46 SAST 2016
16
- systemProp.http.proxyHost =127.0.0.1
17
- systemProp.http.proxyPort =8080
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
2
apply plugin : ' com.github.dcendents.android-maven'
3
3
apply plugin : ' com.jfrog.bintray'
4
4
5
- version = " 1.5 .0"
5
+ version = " 1.6 .0"
6
6
group = " za.co.riggaroo"
7
7
8
8
def siteUrl = ' https://github.com/riggaroo/MaterialIntroTutorial'
@@ -15,7 +15,7 @@ android {
15
15
defaultConfig {
16
16
minSdkVersion 14
17
17
targetSdkVersion 27
18
- versionCode 10
18
+ versionCode 11
19
19
versionName version
20
20
}
21
21
buildTypes {
You can’t perform that action at this time.
0 commit comments