From c60a532d492547d6bef398b84f4378ad284e13c2 Mon Sep 17 00:00:00 2001 From: Shreyas Date: Tue, 29 Jun 2021 19:21:30 +0530 Subject: [PATCH] Update library version in sample app --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 53ef775..b4c7285 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' // EasyUpiPayment Library - implementation 'dev.shreyaspatil.EasyUpiPayment:EasyUpiPayment:3.0.2' + implementation 'dev.shreyaspatil.EasyUpiPayment:EasyUpiPayment:3.0.3' // implementation project(path: ':EasyUpiPayment') }