Skip to content

Commit ceda59e

Browse files
committed
small changes
1 parent 7cb6cb0 commit ceda59e

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
buildscript {
2-
ext {
3-
compose_ui_version = '1.4.3'
4-
}
2+
ext.compose_ui_version = '1.4.3'
53
ext.kotlin_version = '1.8.20'
64
repositories {
75
google()

samples/ecommerce/src/main/java/io/github/sceneview/sample/ecommerce/productdescription/data/Product.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package io.github.sceneview.sample.ecommerce.productdescription.data
22

33
data class Product(
44
val images: List<String>,
5-
val assetUrl: String,
65
val description: String,
76
val title: String,
87
val color: String,

samples/ecommerce/src/main/java/io/github/sceneview/sample/ecommerce/productdescription/data/ProductRepositoryImpl.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class ProductRepositoryImpl : ProductRepository {
99
"https://www.longchamp.com/dw/image/v2/BCVX_PRD/on/demandware.static/-/Sites-LC-master-catalog/default/dwa66395c1/images/DIS/10095HQS504_0.png?sw=800&sh=800&sm=fit",
1010
"https://www.longchamp.com/dw/image/v2/BCVX_PRD/on/demandware.static/-/Sites-LC-master-catalog/default/dw63a629da/images/DIS/10095HQS504_1.png?sw=800&sh=800&sm=fit"
1111
),
12-
assetUrl = "asdf",
1312
description = "Detachable shoulder strap, Bamboo clasp, Feet on the bottom, 1 zipped pocket and 1 flat pocket inside",
1413
title = "ROSEAU S HANDBAG",
1514
color = "Cognac - Leather",

0 commit comments

Comments
 (0)