File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
scripts/gha/integration_testing/gameloop_android/app Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ android {
25
25
dependencies {
26
26
implementation fileTree(dir : " libs" , include : [" *.jar" ])
27
27
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 '
31
31
32
32
androidTestImplementation ' androidx.test.ext:junit:1.1.1'
33
33
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
You can’t perform that action at this time.
0 commit comments