Skip to content

Commit edf7e36

Browse files
committed
chore: Jitpack Integration
1 parent 9200e1a commit edf7e36

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
ext.kotlin_version = "1.3.72"
4+
ext.maven_version = "2.1"
45
repositories {
56
google()
67
jcenter()
78
}
89
dependencies {
910
classpath "com.android.tools.build:gradle:4.0.0"
1011
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
12+
classpath "com.github.dcendents:android-maven-gradle-plugin:$maven_version"
1113

1214
// NOTE: Do not place your application dependencies here; they belong
1315
// in the individual module build.gradle files

mvvm/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
4+
apply plugin: 'com.github.dcendents.android-maven'
5+
6+
group='com.github.arduia'
47

58
android {
69
compileSdkVersion 29

0 commit comments

Comments
 (0)