diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7f9fb1b30..ed7d996b1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import com.google.samples.apps.nowinandroid.FlavorDimension import com.google.samples.apps.nowinandroid.Flavor +import com.google.samples.apps.nowinandroid.FlavorDimension plugins { id("nowinandroid.android.application") @@ -117,7 +117,6 @@ dependencies { implementation(libs.androidx.core.ktx) implementation(libs.androidx.compose.material3.windowSizeClass) implementation(libs.androidx.window.manager) - implementation(libs.material3) implementation(libs.androidx.profileinstaller) implementation(libs.coil.kt) diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml index 78ed557f4..461c21cd5 100644 --- a/app/src/main/res/values-night/themes.xml +++ b/app/src/main/res/values-night/themes.xml @@ -14,13 +14,11 @@ See the License for the specific language governing permissions and limitations under the License. --> - + - - diff --git a/app/src/main/res/values-v23/themes.xml b/app/src/main/res/values-v23/themes.xml index 2a13f9c35..b637b1413 100644 --- a/app/src/main/res/values-v23/themes.xml +++ b/app/src/main/res/values-v23/themes.xml @@ -16,8 +16,7 @@ --> - diff --git a/app/src/main/res/values-v27/themes.xml b/app/src/main/res/values-v27/themes.xml index b322aee6b..969e51914 100644 --- a/app/src/main/res/values-v27/themes.xml +++ b/app/src/main/res/values-v27/themes.xml @@ -16,10 +16,8 @@ --> - diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 9ace165b5..8c7705178 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -14,29 +14,22 @@ See the License for the specific language governing permissions and limitations under the License. --> - + + + + - - - - - - - -