File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Android-stick-navigation-layout Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
- // apply plugin: 'com.novoda.bintray-release '
2
+ apply plugin : ' com.github.dcendents.android-maven '
3
3
apply from : ' ../androidx_compat.gradle'
4
4
5
5
group = ' com.github.LightSun.Android-sticky-navigation-layout'
Original file line number Diff line number Diff line change @@ -10,12 +10,9 @@ buildscript {
10
10
}
11
11
dependencies {
12
12
classpath ' com.android.tools.build:gradle:3.4.2' // 2.2
13
+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
13
14
14
- // NOTE: Do not place your application dependencies here; they belong
15
15
// 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'
19
16
// classpath 'com.novoda:bintray-release:0.8.0'
20
17
}
21
18
}
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
+ apply plugin : ' com.github.dcendents.android-maven'
2
3
apply from : ' ../androidx_compat.gradle'
3
4
4
5
group = ' com.github.LightSun.Android-sticky-navigation-layout'
You can’t perform that action at this time.
0 commit comments