diff --git a/app/build.gradle b/app/build.gradle index c0c14a4..b19df85 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,7 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' +apply plugin: 'com.github.dcendents.android-maven' android { compileSdkVersion 29 @@ -34,4 +35,6 @@ dependencies { testImplementation "com.google.truth:truth:1.0.1" androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' -} \ No newline at end of file +} + +group='com.github.dncks1525' \ No newline at end of file diff --git a/build.gradle b/build.gradle index 0215909..1720b6a 100644 --- a/build.gradle +++ b/build.gradle @@ -16,5 +16,6 @@ allprojects { repositories { google() jcenter() + maven { url "https://jitpack.io" } } } \ No newline at end of file diff --git a/hangulbuilder/build.gradle b/hangulbuilder/build.gradle index d9b082c..4b8089c 100644 --- a/hangulbuilder/build.gradle +++ b/hangulbuilder/build.gradle @@ -1,6 +1,5 @@ apply plugin: 'java-library' apply plugin: 'kotlin' -apply plugin: 'com.github.dcendents.android-maven' dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) @@ -8,6 +7,4 @@ dependencies { } sourceCompatibility = "1.7" -targetCompatibility = "1.7" - -group='com.github.dncks1525' \ No newline at end of file +targetCompatibility = "1.7" \ No newline at end of file