Skip to content

Commit

Permalink
move release on jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
therajanmaurya committed Dec 21, 2020
1 parent b5f389a commit de09d4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Sweet-Error/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.therajanmaurya'

ext {
bintrayRepo = 'Sweet-Error'
Expand Down Expand Up @@ -85,4 +87,4 @@ apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.

//bintray.gpg.password=YOUR_GPG_PASSWORD means passphrase
//bintray.oss.user=YOUR_OSS_USERNAME
//bintray.oss.password=YOUR_OSS_PASSWORD / https://issues.sonatype.org/browse/OSSRH-38568
//bintray.oss.password=YOUR_OSS_PASSWORD / https://issues.sonatype.org/browse/OSSRH-38568
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit de09d4c

Please sign in to comment.