diff --git a/app/build.gradle b/app/build.gradle index b19df85..c0c14a4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,6 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' -apply plugin: 'com.github.dcendents.android-maven' android { compileSdkVersion 29 @@ -35,6 +34,4 @@ 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' -} - -group='com.github.dncks1525' \ No newline at end of file +} \ No newline at end of file diff --git a/hangulbuilder/build.gradle b/hangulbuilder/build.gradle index 4b8089c..d9b082c 100644 --- a/hangulbuilder/build.gradle +++ b/hangulbuilder/build.gradle @@ -1,5 +1,6 @@ apply plugin: 'java-library' apply plugin: 'kotlin' +apply plugin: 'com.github.dcendents.android-maven' dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) @@ -7,4 +8,6 @@ dependencies { } sourceCompatibility = "1.7" -targetCompatibility = "1.7" \ No newline at end of file +targetCompatibility = "1.7" + +group='com.github.dncks1525' \ No newline at end of file