Skip to content
This repository was archived by the owner on Apr 14, 2020. It is now read-only.

Commit aedd5f3

Browse files
author
LeeReindeer
committed
[update] Upload to jitpack
1 parent 3509196 commit aedd5f3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ buildscript {
1010
dependencies {
1111
classpath 'com.android.tools.build:gradle:3.2.1'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1314

1415
// NOTE: Do not place your application dependencies here; they belong
1516
// in the individual module build.gradle files
@@ -20,6 +21,7 @@ allprojects {
2021
repositories {
2122
google()
2223
jcenter()
24+
maven { url 'https://jitpack.io' }
2325
}
2426
}
2527

treeview/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
*/
1616

1717
apply plugin: 'com.android.library'
18+
apply plugin: 'com.github.dcendents.android-maven'
19+
20+
group='com.github.LeeReindeer'
1821

1922
android {
2023
compileSdkVersion 28
@@ -25,7 +28,7 @@ android {
2528
minSdkVersion 16
2629
targetSdkVersion 28
2730
versionCode 1
28-
versionName "0.1.1"
31+
versionName "0.1.2"
2932

3033
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3134

0 commit comments

Comments
 (0)