Fixed bottom != bottom

This commit is contained in:
inhale-dir
2024-12-13 13:40:13 +01:00
parent 0b1b327b23
commit adcee47523
2 changed files with 205 additions and 20 deletions
+6 -1
View File
@@ -13,7 +13,7 @@ android {
minSdk = 26
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionName = "1.0.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -39,6 +39,7 @@ android {
}
buildFeatures {
compose = true
buildConfig = true
}
composeOptions {
@@ -148,4 +149,8 @@ dependencies {
implementation("com.google.android.material:material:1.11.0")
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("androidx.legacy:legacy-support-v4:1.0.0")
// Add these dependencies
implementation("org.json:json:20231013")
implementation("com.jakewharton.timber:timber:5.0.1")
}