Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
5 changes: 5 additions & 0 deletions packages/camera/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ android {
lintOptions {
disable 'InvalidPackage'
}
compileOptions {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
}
dependencies {
implementation 'androidx.annotation:annotation:1.0.0'
implementation 'androidx.core:core:1.0.0'
}
}
Loading