From 4523129fd4a5c102338344e51c2a3e4ef2610ac3 Mon Sep 17 00:00:00 2001 From: Alex Vanyo Date: Mon, 8 Aug 2022 14:45:12 -0700 Subject: [PATCH] Remove non-Compose material Change-Id: I62a639b6c12e7d523c3dc5ad0766f180120d9e92 --- app/build.gradle.kts | 3 +-- app/src/main/res/values-night/themes.xml | 10 ++++---- app/src/main/res/values-v23/themes.xml | 3 +-- app/src/main/res/values-v27/themes.xml | 4 +--- app/src/main/res/values/themes.xml | 29 +++++++++--------------- gradle/libs.versions.toml | 2 -- 6 files changed, 18 insertions(+), 33 deletions(-) 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. --> - + + + + - - - - - - - -