Skip to content

Commit

Permalink
updated libs
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeurlv committed Apr 9, 2024
1 parent 0c54543 commit f027a46
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
applicationId "com.easyfitness"
minSdkVersion 31
targetSdkVersion 33
versionCode 65
versionCode 67
versionName "0.20.6.1"
vectorDrawables.useSupportLibrary true
}
Expand Down Expand Up @@ -76,13 +76,13 @@ android {

dependencies {
// Support
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
implementation 'androidx.exifinterface:exifinterface:1.3.2'
implementation 'androidx.preference:preference:1.1.1'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
implementation 'androidx.exifinterface:exifinterface:1.3.7'
implementation 'androidx.preference:preference:1.2.1'
implementation 'com.google.android.material:material:1.9.0'

// Testing
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit f027a46

Please sign in to comment.