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 {
2525dependencies {
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'
You can’t perform that action at this time.
0 commit comments