Skip to content

Commit

Permalink
Merge pull request #91 from st235/bump/dependencies
Browse files Browse the repository at this point in the history
bump: dependencies + version.
  • Loading branch information
st235 authored Oct 2, 2022
2 parents 7ee2c90 + f16edc2 commit 7c23d9c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ android {
dependencies {
implementation project(':lib-expandablebottombar')

implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10'

implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

implementation 'androidx.navigation:navigation-fragment-ktx:2.5.1'
implementation 'androidx.navigation:navigation-ui-ktx:2.5.1'
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.2'
implementation 'androidx.navigation:navigation-ui-ktx:2.5.2'

implementation 'com.squareup.picasso:picasso:2.8'
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0'
classpath 'com.android.tools.build:gradle:7.2.2'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10'
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ android.useAndroidX=true

GROUP=com.github.st235

VERSION_CODE=163
VERSION_NAME=1.5.1
VERSION_CODE=164
VERSION_NAME=1.5.2

POM_DESCRIPTION=A new way to improve navigation in your app.
POM_URL=https://github.com/st235/ExpandableBottomBar
Expand Down
6 changes: 3 additions & 3 deletions lib-expandablebottombar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ android {
}

dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10'

implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.1'
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.2'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:4.6.1'
Expand Down

0 comments on commit 7c23d9c

Please sign in to comment.