eleucht1164

Results 1 comments of eleucht1164

I was able to import the library using these configurations: Activity: ``` import androidmads.library.qrgenearator.QRGContents; import androidmads.library.qrgenearator.QRGEncoder; ``` Module-level build.gradle: `implementation("com.github.androidmads:QRGenerator:1.0.1")` settings.gradle: ``` dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven(url...