Skip to content

Commit

Permalink
update: delete unused
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Sep 4, 2024
1 parent 606eb99 commit 28af083
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
create("release") {
// You need to specify either an absolute path or include the
// keystore file in the same directory as the build.gradle file.
// [PROJECT FOLDER NAME/app/[COPY YOUT KEY STORE] .jks in here
// [PROJECT FOLDER NAME/app/[COPY YOUR KEY STORE] .jks in here
storeFile = file(ProjectSetting.PLAYSTORE_STORE_FILE)
storePassword = ProjectSetting.PLAYSTORE_STORE_PASSWORD
keyAlias = ProjectSetting.PLAYSTORE_KEY_ALIAS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import androidx.compose.material.MaterialTheme
import androidx.compose.material.Surface
import androidx.compose.material.Text
import androidx.compose.runtime.Composable
import androidx.compose.ui.tooling.preview.Preview
import com.frogobox.appuikit.model.People
import com.frogobox.appuikit.ui.theme.FrogoAndroidUIKitTheme

Expand Down Expand Up @@ -42,7 +41,6 @@ fun Greeting(text: String) {
Text(text = text)
}

@Preview(showBackground = true, showSystemUi = true)
@Composable
fun DefaultPreview() {
FrogoAndroidUIKitTheme {
Expand Down

0 comments on commit 28af083

Please sign in to comment.