Skip to content
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

Avast-Mobile Malware warning? #14

Open
sikaiser opened this issue Nov 15, 2022 · 0 comments
Open

Avast-Mobile Malware warning? #14

sikaiser opened this issue Nov 15, 2022 · 0 comments

Comments

@sikaiser
Copy link

I've been using the doki library in an Android app. Since a recent update that I published to the app, it has been getting flagged as Malware by Avast-Mobile.

In that update I changed from jcenter to MavenCentral, and upgraded compileSdkVersion from 31 to 33 (and made some other changes completely unrelated to doki). But I am not sure what triggered these reports.

What I do know however is that I was able to fix them by removing the doki library from my app. I do not know if the reports were false alarms, why removing doki fixed it, etc. But wanted to report it here in case anyone finds this information useful.

The implementation I had used, was:
(in app build.gradle)

implementation('dev.doubledot.doki:library:0.0.1@aar') {
        transitive = true
}

(somewhere in my main activity)

        Intent intent = new Intent(MainActivity.this, DokiActivity.class);
        startActivity(intent);
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

No branches or pull requests

1 participant