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 815ceac commit b2915a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/dependencies/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Versions {

private const val majorVersion = 0
private const val minorVersion = 0
private const val patchVersion = 2
private const val patchVersion = 5

const val versionCode = (100 * majorVersion) + (10 * minorVersion) + patchVersion
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
Expand Down
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'
group='com.github.kimdohun0104:kinda-android'

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'
group='com.github.kimdohun0104:kinda-core'

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

Expand Down
5 changes: 3 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ android {
}

dependencies {
implementation project(path: ':kinda-core')
implementation project(path: ':kinda-android')
// implementation project(path: ':kinda-core')
// implementation project(path: ':kinda-android')

implementation Deps.material
implementation Deps.lifecycleExt
Expand All @@ -60,4 +60,5 @@ dependencies {
implementation Deps.Retrofit.retrofit
implementation Deps.Retrofit.gson

implementation 'com.github.kimdohun0104:KindaMVI:0.0.4-alpha01'
}

0 comments on commit b2915a7

Please sign in to comment.