Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 09232df

Browse files
Fix publishing
1 parent 0ad864a commit 09232df

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ captures/
1717
.classpath
1818
.project
1919
.settings
20+
.vscode

‎build.gradle‎

Lines changed: 2 additions & 2 deletions
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+
}

‎gradle.properties‎

Lines changed: 3 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /