Skip to content

Commit 591085a

Browse files
committed
Added JitPack
1 parent 6994e89 commit 591085a

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ buildscript {
2626
}
2727
dependencies {
2828
classpath 'com.android.tools.build:gradle:3.1.3'
29+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
2930

3031

3132
// NOTE: Do not place your application dependencies here; they belong

consentdialog/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
*/
1818

1919
apply plugin: 'com.android.library'
20+
apply plugin: 'com.github.dcendents.android-maven'
21+
group='com.github.saiakhil90'
22+
2023

2124
android {
2225
compileSdkVersion 27

0 commit comments

Comments
 (0)