Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 09232df

Browse files
committed
Fix publishing
1 parent 0ad864a commit 09232df

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ captures/
1717
.classpath
1818
.project
1919
.settings
20+
.vscode

Diff for: build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66

77
dependencies {
88
classpath 'com.android.tools.build:gradle:3.0.1'
9-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
9+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
1010
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.3'
1111
}
1212
}
@@ -38,4 +38,4 @@ ext {
3838

3939
compileSdk = 27
4040
targetSdk = 27
41-
}
41+
}

Diff for: gradle.properties

+3
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ org.gradle.jvmargs=-Xmx1536m
1717
# This option should only be used with decoupled projects. More details, visit
1818
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1919
# org.gradle.parallel=true
20+
21+
# Configure on demand
22+
org.gradle.configureondemand=true

0 commit comments

Comments
 (0)