Skip to content

Commit

Permalink
- quelques upgrade et modification légère de l'interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
Celestial04 committed Mar 28, 2024
1 parent c1217a5 commit c6be816
Show file tree
Hide file tree
Showing 12 changed files with 208 additions and 168 deletions.
45 changes: 45 additions & 0 deletions .idea/appInsightsSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ android {
}
}
namespace 'com.hugdev.webapper'
compileSdk 33
compileSdk 34

defaultConfig {
applicationId "com.hugdev.webapper"
minSdk 24
targetSdk 33
targetSdk 34
versionCode 5
versionName "2"

Expand All @@ -33,14 +33,14 @@ android {
}

dependencies {
implementation 'com.google.android.play:app-update:2.0.1'
implementation 'com.google.android.material:material:1.8.0'
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
implementation 'com.google.android.play:app-update:2.1.0'
implementation 'com.google.android.material:material:1.11.0'
implementation "com.github.skydoves:colorpickerview:2.2.4"
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down
Loading

0 comments on commit c6be816

Please sign in to comment.