diff --git a/TeamCodeA/build.gradle b/TeamCodeA/build.gradle index 1e8f147..f92587c 100644 --- a/TeamCodeA/build.gradle +++ b/TeamCodeA/build.gradle @@ -51,7 +51,7 @@ buildscript { dependencies { implementation project(':FtcRobotController') implementation project(':Shared') - implementation 'androidx.core:core-ktx:1.17.0' + implementation 'androidx.core:core-ktx:1.18.0' }