Skip to content

Commit

Permalink
push6
Browse files Browse the repository at this point in the history
  • Loading branch information
SasmitaNovitasari committed Dec 24, 2021
1 parent 0318b81 commit 385dc84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.3'
// classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
// classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 3 additions & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
jdk:
- openjdk11
install:

before_install:
- chmod +x gradlew
install:
- ./gradlew build :lib:publishToMavenLocal

0 comments on commit 385dc84

Please sign in to comment.