-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to upgrade the depreciated versions #30
Comments
Upgrade the following packages in gradle(app) file implementation 'com.google.mlkit:face-detection:16.1.5' |
@binayshaw7777 You updated this in the last pull, right? Or are these more recent ones? |
@atharvakale31 I already updated the Gradle in my last PR, well the changes mentioned by @vasantharaj1972 didn't work for me when I was using it, it was crashing. |
@vasantharaj1972 please check #28 |
Hi Binayshaw, My Gradle setting file content is plugins { android {
// proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' dependencies {
|
@vasantharaj1972 Change to: Also change tensorflow dependencies, I don't remember the exact article where I found out those were the main issues. New: |
@binayshaw7777 |
@vasantharaj1972 cool, I'll test out your changes and let you know. |
Interpreter - Which is depreciated and need some solution for this.
The text was updated successfully, but these errors were encountered: