From 9578e0f604539ca56de749bb25c5651842914506 Mon Sep 17 00:00:00 2001 From: senthilkumar Date: Fri, 18 Feb 2022 11:56:10 +0530 Subject: [PATCH] first commit --- app/build.gradle | 1 - build.gradle | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index dd230a5..8bc471c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,5 +38,4 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' implementation "androidmads.library.qrgenearator:QRGenearator:1.0.3" - } \ No newline at end of file diff --git a/build.gradle b/build.gradle index 240c20e..e2d4c9d 100644 --- a/build.gradle +++ b/build.gradle @@ -3,6 +3,7 @@ buildscript { repositories { google() mavenCentral() + maven { url "https://jitpack.io" } } dependencies { classpath "com.android.tools.build:gradle:7.0.1"