mirror of
https://github.com/Nezumi-2711/Foodify.git
synced 2026-09-22 20:00:50 +00:00
Fix bug and improve layout
This commit is contained in:
+4
-2
@@ -26,7 +26,7 @@ android {
|
||||
minSdk 26
|
||||
targetSdk 32
|
||||
versionCode 1
|
||||
versionName "0.1.2"
|
||||
versionName "0.3.2"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
signingConfig signingConfigs.release
|
||||
@@ -96,6 +96,7 @@ dependencies {
|
||||
implementation 'com.saadahmedev.popup-dialog:popup-dialog:1.0.2'
|
||||
implementation 'com.github.gabriel-TheCode:AestheticDialogs:1.3.6'
|
||||
implementation 'io.github.pilgr:paperdb:2.7.2'
|
||||
implementation 'com.github.techinessoverloaded:progress-dialog:1.5.1'
|
||||
|
||||
implementation 'androidx.browser:browser:1.5.0'
|
||||
|
||||
@@ -105,7 +106,8 @@ dependencies {
|
||||
implementation platform('com.google.firebase:firebase-bom:31.2.3')
|
||||
implementation("com.squareup.okhttp3:okhttp:4.10.0")
|
||||
|
||||
|
||||
// ADD the API-only library to all variants
|
||||
implementation 'com.google.firebase:firebase-appdistribution-api:16.0.0-beta07'
|
||||
implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta08'
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user