Skip to content

Commit

Permalink
version 4.7: dependencies updates
Browse files Browse the repository at this point in the history
  • Loading branch information
corenting committed Sep 27, 2021
1 parent 791f238 commit 56a5750
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "fr.corenting.traficparis"
minSdkVersion 21
targetSdkVersion 31
versionCode 24
versionName "4.6"
versionCode 25
versionName "4.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycleVersion"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycleVersion"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
implementation 'androidx.core:core-ktx:1.6.0'
implementation 'com.google.android.material:material:1.4.0'

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.5.30'
ext.kotlin_version = '1.5.31'
repositories {
google()
mavenCentral()
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/25.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Internal changes
1 change: 1 addition & 0 deletions fastlane/metadata/android/fr-FR/changelogs/25.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Changements internes

0 comments on commit 56a5750

Please sign in to comment.