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 7c76cc6 commit 501708d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'
}
}

group='com.github.dncks1525'
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}
5 changes: 1 addition & 4 deletions hangulbuilder/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
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"

group='com.github.dncks1525'
targetCompatibility = "1.7"

0 comments on commit 501708d

Please sign in to comment.