From 23003dba24a81ed6b2348e8e4d82e2e568c3e591 Mon Sep 17 00:00:00 2001 From: mushtaq Date: Mon, 9 Sep 2024 00:51:05 +0530 Subject: [PATCH] Issue (Enhancement) #24 resolved --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' }