diff --git a/app/build.gradle b/app/build.gradle index b5cc0bd..d96ee0b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,6 +24,6 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' -// implementation project(':QRGenearator') - implementation 'com.github.androidmads:QRGenerator:1.0.3' + implementation project(':QRGenearator') + //implementation 'com.github.androidmads:QRGenerator:1.0.3' }