Skip to content

Conversation

@navakanth
Copy link

Added google AR implementation in dependencies with this line of code. implementation 'com.google.ar:core:1.43.0'

Added google AR implementation in dependencies with this line of code.
implementation 'com.google.ar:core:1.43.0'
packagingOptions {
    jniLibs {
        useLegacyPackaging = false
    }
}
Update Kotlin version to 1.9.22 from 1.9.10
Removed from buildscript dependencies and added in dependencies section:
implementation 'com.google.ar:core:1.43.0'
Updated the code in build.gradle
Upgrade compileSdk and targetSdk to version 34 to 36
Update ARCore dependency version to 1.52.0 from 1.43.0
Updated compileSdk and targetSdk versions to 34 and removed unnecessary buildscript and repositories sections.
Upgrade compileSdk and targetSdk to version 36 and kotlin version to 2.1.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant