We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29149fb commit be71c0eCopy full SHA for be71c0e
README.md
@@ -1,3 +1,6 @@
1
+[](https://jitpack.io/#easilycoder/GuideView)
2
+
3
4
# GuideView:基于DialogFragment实现
5
6
基于`DialogFragment`实现的引导遮罩浮层视图,具备以下的特性:
build.gradle
@@ -1,4 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
+apply from: 'jitpack-publish.gradle'
buildscript {
ext.kotlin_version = '1.2.31'
jitpack-publish.gradle
@@ -0,0 +1,12 @@
+subprojects { project ->
+ if (project.name == "app") {
+ return
+ }
7
+ apply plugin: 'com.github.dcendents.android-maven'
8
9
+ group = 'com.github.easilycoder'
10
11
12
+}
0 commit comments