1. Fixed a typo in @string/onboarding_body2. The message now correctly says "implementation" instead of "implemtation".

2. Changed layout of overview_pods_dual_item.xml so that the left and right pod status are properly lined up with each other.
This commit is contained in:
JerretQueen
2023-12-30 00:14:24 -06:00
parent b604c423ad
commit 3407370563
5 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:8.1.2")
classpath("com.android.tools.build:gradle:8.2.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.Kotlin.core}")
classpath("com.google.dagger:hilt-android-gradle-plugin:${Versions.Dagger.core}")
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:${Versions.AndroidX.Navigation.core}")