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

Commit

Permalink
Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern committed Aug 6, 2018
1 parent 0ad864a commit 09232df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ captures/
.classpath
.project
.settings
.vscode
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'

This comment has been minimized.

Copy link
@bbyzzzzxzxzzxzzx

bbyzzzzxzxzzxzzx May 27, 2022

hfcg bj

classpath 'com.dicedmelon.gradle:jacoco-android:0.1.3'
}
}
Expand Down Expand Up @@ -38,4 +38,4 @@ ext {

compileSdk = 27
targetSdk = 27
}
}
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

# Configure on demand
org.gradle.configureondemand=true

1 comment on commit 09232df

@x1432185011
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

大撒旦撒旦a

Please sign in to comment.