Skip to content

Commit

Permalink
Jitpack update
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdohun0104 committed Jul 17, 2020
1 parent 21441d6 commit 815ceac
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion kinda-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.kimdohun0104.KindaMVI'
group='com.github.kimdohun0104'

apply from: rootProject.file('gradle/framework.gradle')
android.dataBinding.enabled = true
Expand Down
2 changes: 1 addition & 1 deletion kinda-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.kimdohun0104.KindaMVI'
group='com.github.kimdohun0104'

apply from: rootProject.file('gradle/framework.gradle')

Expand Down

0 comments on commit 815ceac

Please sign in to comment.