Skip to content

Commit be71c0e

Browse files
author
lemon
committed
add jitpack dependencies
1 parent 29149fb commit be71c0e

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![](https://jitpack.io/v/easilycoder/GuideView.svg)](https://jitpack.io/#easilycoder/GuideView)
2+
3+
14
# GuideView:基于DialogFragment实现
25

36
基于`DialogFragment`实现的引导遮罩浮层视图,具备以下的特性:

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2+
apply from: 'jitpack-publish.gradle'
23

34
buildscript {
45
ext.kotlin_version = '1.2.31'

jitpack-publish.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
subprojects { project ->
2+
3+
if (project.name == "app") {
4+
return
5+
}
6+
7+
apply plugin: 'com.github.dcendents.android-maven'
8+
9+
group = 'com.github.easilycoder'
10+
11+
12+
}

0 commit comments

Comments
 (0)