Skip to content

Commit 575300a

Browse files
author
heaven7
committed
support jitpack
1 parent 853af58 commit 575300a

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Android-stick-navigation-layout/android-nestedscroll/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apply plugin: 'com.android.library'
2-
//apply plugin: 'com.novoda.bintray-release'
2+
apply plugin: 'com.github.dcendents.android-maven'
33
apply from: '../androidx_compat.gradle'
44

55
group = 'com.github.LightSun.Android-sticky-navigation-layout'

Android-stick-navigation-layout/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ buildscript {
1010
}
1111
dependencies {
1212
classpath 'com.android.tools.build:gradle:3.4.2' //2.2
13+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1314

14-
// NOTE: Do not place your application dependencies here; they belong
1515
// in the individual module build.gradle files
16-
//jcenter
17-
// classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
18-
//classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.5'
1916
// classpath 'com.novoda:bintray-release:0.8.0'
2017
}
2118
}

Android-stick-navigation-layout/sticky-navigation-layout/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'com.android.library'
2+
apply plugin: 'com.github.dcendents.android-maven'
23
apply from: '../androidx_compat.gradle'
34

45
group = 'com.github.LightSun.Android-sticky-navigation-layout'

0 commit comments

Comments
 (0)