Created
October 23, 2023 20:13
-
-
Save mohancm/6c98754608a580681b89f626f3507d23 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// adding android.car as Library aka Jar file. | |
val sdkDir = android.sdkDirectory.canonicalPath | |
val androidCarJar = "$sdkDir/platforms/android-33/optional/android.car.jar" | |
implementation(files(androidCarJar)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment