diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index b589d56..b86273d 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml
index b268ef3..b6b123e 100644
--- a/.idea/deploymentTargetSelector.xml
+++ b/.idea/deploymentTargetSelector.xml
@@ -4,6 +4,14 @@
+
+
+
+
+
+
+
+
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 32522c1..f95a51d 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -1,8 +1,10 @@
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 0ad17cb..f988785 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,7 +1,6 @@
-
-
+
diff --git a/app/src/main/java/com/juceliodev/fooddeliverymyapplication/data/ProductDescription.kt b/app/src/main/java/com/juceliodev/fooddeliverymyapplication/data/ProductDescription.kt
index 5bcb4f9..96f480b 100644
--- a/app/src/main/java/com/juceliodev/fooddeliverymyapplication/data/ProductDescription.kt
+++ b/app/src/main/java/com/juceliodev/fooddeliverymyapplication/data/ProductDescription.kt
@@ -2,6 +2,5 @@ package com.juceliodev.fooddeliverymyapplication.data
val ProductDescriptionData = "Introducing Mr. Cheezy: a burger lover’s dream!\n" +
"\n" +
- "Sink your teeth into a succulent beef patty, smothered in a rich, melting blend of cheddar, Swiss, and American cheeses. Crispy bacon adds a satisfying crunch, while caramelized onions bring a touch of sweetness.\n" +
- "\n" +
- "Drizzled with zesty BBQ sauce and tucked inside a perfectly toasted brioche bun, Mr. Cheezy is pure, cheesy bliss in every bite."
\ No newline at end of file
+ "Ayam Bakar Mas Kris adalah surga bagi pecinta ayam bakar! Daging ayamnya empuk, bumbunya meresap sempurna, dan aroma bakarannya menggoda sejak gigitan pertama. Dipadukan dengan sambal khas yang pedas nikmat, setiap suapan menghadirkan rasa otentik yang sulit dilupakan.!.\n" +
+ "\n"
diff --git a/app/src/main/java/com/juceliodev/fooddeliverymyapplication/data/ProductFlaworData.kt b/app/src/main/java/com/juceliodev/fooddeliverymyapplication/data/ProductFlaworData.kt
index 10fefbb..a2eb6fd 100644
--- a/app/src/main/java/com/juceliodev/fooddeliverymyapplication/data/ProductFlaworData.kt
+++ b/app/src/main/java/com/juceliodev/fooddeliverymyapplication/data/ProductFlaworData.kt
@@ -11,18 +11,18 @@ data class ProductFlavorState(
val ProductFlavorsData = listOf(
ProductFlavorState(
- imgRes = R.drawable.img_cheese,
- name = "Chedder",
- price = "$0.79"
+ imgRes = R.drawable.img_teh,
+ name = "es teh",
+ price = "Rp. 2000"
),
ProductFlavorState(
- imgRes = R.drawable.img_bacon,
- name = "Bacon",
- price = "$0.52"
+ imgRes = R.drawable.img_tofu,
+ name = "Tahu goreng",
+ price = "Rp. 3000"
),
ProductFlavorState(
- imgRes = R.drawable.img_onion,
- name = "Onion",
- price = "$0.28"
+ imgRes = R.drawable.img_tempegoreng,
+ name = "Tempe Goreng",
+ price = "Rp. 3000"
)
)
\ No newline at end of file
diff --git a/app/src/main/java/com/juceliodev/fooddeliverymyapplication/data/ProductPreviewData.kt b/app/src/main/java/com/juceliodev/fooddeliverymyapplication/data/ProductPreviewData.kt
index 557846d..f130d99 100644
--- a/app/src/main/java/com/juceliodev/fooddeliverymyapplication/data/ProductPreviewData.kt
+++ b/app/src/main/java/com/juceliodev/fooddeliverymyapplication/data/ProductPreviewData.kt
@@ -13,11 +13,11 @@ enum class ProductHighlightType {
}
data class ProductPreviewState(
- val headline: String = "Mr. Cheezy",
- @DrawableRes val productImg: Int = R.drawable.img_burger,
+ val headline: String = "AYAM BAKAR MAS KRIS",
+ @DrawableRes val productImg: Int = R.drawable.img_bakar,
val highlights: List = listOf(
ProductHighlightState(
- text = "Classic Taste",
+ text = "manteep",
type = ProductHighlightType.SECONDARY
),
ProductHighlightState(
diff --git a/app/src/main/res/drawable/img_bacon.png b/app/src/main/res/drawable/img_bacon.png
deleted file mode 100644
index 6da54a5..0000000
Binary files a/app/src/main/res/drawable/img_bacon.png and /dev/null differ
diff --git a/app/src/main/res/drawable/img_burger.png b/app/src/main/res/drawable/img_burger.png
deleted file mode 100644
index ef517c8..0000000
Binary files a/app/src/main/res/drawable/img_burger.png and /dev/null differ
diff --git a/app/src/main/res/drawable/img_cheese.png b/app/src/main/res/drawable/img_cheese.png
deleted file mode 100644
index eebac50..0000000
Binary files a/app/src/main/res/drawable/img_cheese.png and /dev/null differ
diff --git a/app/src/main/res/drawable/img_onion.png b/app/src/main/res/drawable/img_onion.png
deleted file mode 100644
index d995c34..0000000
Binary files a/app/src/main/res/drawable/img_onion.png and /dev/null differ
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index a77c7b0..8c9a980 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -1,5 +1,5 @@
[versions]
-agp = "8.5.2"
+agp = "8.7.2"
kotlin = "1.9.0"
androidx-core = "1.13.1"
androidx-runtime = "2.8.5"
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index f81b438..edc9d08 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Mon Sep 23 13:49:19 GMT-03:00 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists