Remove unused dependency.

This commit is contained in:
Dan Albert
2024-05-07 15:04:35 -07:00
committed by Dan Albert
parent 94fa73da1f
commit e4813d5c4d

View File

@@ -67,7 +67,6 @@ android {
} }
dependencies { dependencies {
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.games:games-activity:2.1.0-alpha01' implementation 'androidx.games:games-activity:2.1.0-alpha01'
} }