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
@@ -8,7 +8,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation("com.android.tools.build:gradle:8.1.2")
implementation("com.android.tools.build:gradle:8.2.0")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0")
implementation("com.squareup:javapoet:1.13.0")
}