Fixed bottom != bottom
This commit is contained in:
@@ -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")
|
||||
}
|
||||
Reference in New Issue
Block a user