Skip to content

Commit

Permalink
add navigationHeader dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
QArtur99 committed Jul 9, 2019
1 parent a8dc380 commit 6805ebd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

buildscript {
ext {
version_appcompat = '1.1.0-rc01'
version_constraintLayout = '2.0.0-beta2'
version_core = '1.2.0-alpha02'
version_gradle = '3.4.1'
version_kotlin = "1.3.41"
version_core = '1.2.0-alpha02'
version_appcompat = '1.1.0-rc01'
version_material = '1.1.0-alpha07'
version_constraintLayout = '2.0.0-beta2'
version_navigationHeader = '1.0.0'
}
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }

}
dependencies {
Expand All @@ -26,7 +28,7 @@ allprojects {
repositories {
google()
jcenter()

maven { url 'https://jitpack.io' }
}
}

Expand Down
3 changes: 2 additions & 1 deletion exampleNavigationHeader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(path: ':navigationHeader')
// implementation project(path: ':navigationHeader')
implementation "com.github.QArtur99:NavigationHeader:$version_navigationHeader"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$version_kotlin"
implementation "androidx.appcompat:appcompat:$version_appcompat"
implementation "androidx.core:core-ktx:$version_core"
Expand Down

0 comments on commit 6805ebd

Please sign in to comment.