Skip to content

Commit

Permalink
Switch to jitpack publish configuration for 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lizapopova committed Apr 17, 2021
1 parent 6ee1cf5 commit ed23c7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 87 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions sectionedrecyclerview/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.crux-lab'

android {
compileSdkVersion 29
Expand All @@ -21,5 +23,3 @@ dependencies {
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:recyclerview-v7:26.1.0'
}

apply from: 'publish.gradle'
83 changes: 0 additions & 83 deletions sectionedrecyclerview/publish.gradle

This file was deleted.

0 comments on commit ed23c7b

Please sign in to comment.