We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98cd88e commit 313467aCopy full SHA for 313467a
commonlibs/common/libbase/build.gradle
@@ -1,4 +1,7 @@
1
apply plugin: 'com.android.library'
2
+apply plugin: 'com.github.dcendents.android-maven'
3
+//jitpack
4
+group='com.github.geeklx'
5
apply from: './../../../commonlibs1.gradle'
6
def librarys = rootProject.ext.dependencies //
7
dependencies {
0 commit comments