From 6b6d61a2e26ccd2cd04dc715836ac51286184931 Mon Sep 17 00:00:00 2001 From: rahul bhat Date: Fri, 22 Oct 2021 12:25:34 +0530 Subject: [PATCH] fixed phonpe repositories issue --- build.gradle | 3 +++ navi-insurance/build.gradle | 9 --------- navi-insurance/src/main/AndroidManifest.xml | 7 +++---- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/build.gradle b/build.gradle index ac1f964a35..878ebe4247 100644 --- a/build.gradle +++ b/build.gradle @@ -65,6 +65,9 @@ allprojects { } } maven { url "https://jitpack.io" } + maven { + url "https://phonepe.mycloudrepo.io/public/repositories/phonepe-intentsdk-android" + } } } diff --git a/navi-insurance/build.gradle b/navi-insurance/build.gradle index a6d5610974..61e28ef58a 100644 --- a/navi-insurance/build.gradle +++ b/navi-insurance/build.gradle @@ -45,15 +45,6 @@ android { } } -repositories { - maven { - url 'https://sdk.uxcam.com/android/' - } - maven { - url "https://phonepe.mycloudrepo.io/public/repositories/phonepe-intentsdk-android" - } -} - ext { version_retrofit = '2.6.2' version_kotlin_coroutines = '1.3.7' diff --git a/navi-insurance/src/main/AndroidManifest.xml b/navi-insurance/src/main/AndroidManifest.xml index 58f7cd771c..cd67bd9c82 100644 --- a/navi-insurance/src/main/AndroidManifest.xml +++ b/navi-insurance/src/main/AndroidManifest.xml @@ -18,8 +18,7 @@ android:supportsRtl="true" android:largeHeap="true" android:hardwareAccelerated="true" - android:theme="@style/AppTheme" - tools:replace="android:theme,android:label"> + android:theme="@style/AppTheme"> @@ -131,9 +130,9 @@ - + android:value="@string/truecaller_key"/>-->