Skip to content

Commit 5f5b9f0

Browse files
authored
Revert Android test tool dependency
1 parent b1a2ce1 commit 5f5b9f0

File tree

1 file changed

+3
-3
lines changed
  • scripts/gha/integration_testing/gameloop_android/app

1 file changed

+3
-3
lines changed

scripts/gha/integration_testing/gameloop_android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ android {
2525
dependencies {
2626
implementation fileTree(dir: "libs", include: ["*.jar"])
2727
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
28-
implementation 'androidx.core:core-ktx:1.6.0-rc01'
29-
implementation 'androidx.appcompat:appcompat:1.4.0-alpha02'
30-
implementation 'androidx.constraintlayout:constraintlayout:2.1.0-beta02'
28+
implementation 'androidx.core:core-ktx:1.1.0'
29+
implementation 'androidx.appcompat:appcompat:1.1.0'
30+
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
3131

3232
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
3333
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

0 commit comments

Comments
 (0)