Skip to content

Commit

Permalink
chore: optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
septs committed Sep 15, 2024
1 parent a67b564 commit 0436e22
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import java.net.URI

plugins {
id("com.android.application")
id("org.jetbrains.kotlin.android")
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-night/themes.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<resources>
<!-- Base application theme. -->
<style name="Base.Theme.EUICCProbe" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your dark theme here. -->
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<resources>
<!-- Base application theme. -->
<style name="Base.Theme.EUICCProbe" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your light theme here. -->
Expand Down

0 comments on commit 0436e22

Please sign in to comment.