Update function, UI

This commit is contained in:
Nezumi
2023-04-16 10:16:55 +07:00
parent e8c1cb4d5c
commit d42ff1fbb7
26 changed files with 833 additions and 66 deletions
+13 -2
View File
@@ -19,7 +19,13 @@ android {
minSdk 26
targetSdk 30
versionCode 1
versionName "1.0"
versionName "0.2.1"
configurations.all {
resolutionStrategy {
force 'androidx.appcompat:appcompat:1.4.2'
}
}
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -43,7 +49,7 @@ dependencies {
implementation 'androidx.core:core-splashscreen:1.0.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.material:material:1.6.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
@@ -55,6 +61,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
implementation 'com.makeramen:roundedimageview:2.3.0'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
@@ -63,6 +70,10 @@ dependencies {
implementation 'com.github.gabriel-TheCode:AestheticDialogs:1.3.6'
implementation 'com.saadahmedev.popup-dialog:popup-dialog:1.0.2'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.github.techinessoverloaded:progress-dialog:1.5.1'
implementation 'com.google.android.gms:play-services-location:21.0.1'
// ADD the API-only library to all variants
implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta08'
}