Skip to content

Commit

Permalink
test jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
LEEWOOCHAN committed Jun 28, 2020
1 parent 501708d commit 7126bd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 1 addition & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'
}
5 changes: 4 additions & 1 deletion hangulbuilder/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
apply plugin: 'java-library'
apply plugin: 'kotlin'
apply plugin: 'com.github.dcendents.android-maven'

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}

sourceCompatibility = "1.7"
targetCompatibility = "1.7"
targetCompatibility = "1.7"

group='com.github.dncks1525'

0 comments on commit 7126bd3

Please sign in to comment.