From b526d332504a24e40c1884079db599acccefd47d Mon Sep 17 00:00:00 2001
From: Luke <694014820@qq.com>
Date: Wed, 19 Feb 2020 20:54:04 +0800
Subject: [PATCH 1/2] jitpack

---
 build.gradle         | 1 +
 library/build.gradle | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/build.gradle b/build.gradle
index ce3596c..80b0075 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,6 +7,7 @@ buildscript {
     }
     dependencies {
         classpath 'com.android.tools.build:gradle:3.4.2'
+        classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
     }
 }
diff --git a/library/build.gradle b/library/build.gradle
index 41e3cef..c0d551d 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -1,6 +1,8 @@
 apply plugin: 'com.android.library'
 apply plugin: 'kotlin-android'
 apply plugin: 'kotlin-android-extensions'
+apply plugin: 'com.github.dcendents.android-maven'
+group = 'com.guet.flexbox'
 
 android {
     compileSdkVersion 28

From 615c6f5780805a9844173d07ed7bd11f418a7206 Mon Sep 17 00:00:00 2001
From: Luke <imlkluo@qq.com>
Date: Thu, 20 Feb 2020 16:49:04 +0800
Subject: [PATCH 2/2] Update build.gradle

---
 library/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/library/build.gradle b/library/build.gradle
index c0d551d..0c2cbfa 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
 apply plugin: 'kotlin-android'
 apply plugin: 'kotlin-android-extensions'
 apply plugin: 'com.github.dcendents.android-maven'
-group = 'com.guet.flexbox'
+group = 'io.iftech.android'
 
 android {
     compileSdkVersion 28
@@ -27,4 +27,4 @@ android {
 dependencies {
     implementation 'androidx.appcompat:appcompat:1.0.2'
     implementation 'androidx.core:core-ktx:1.0.2'
-}
\ No newline at end of file
+}