fixed phonpe repositories issue

This commit is contained in:
rahul bhat
2021-10-22 12:25:34 +05:30
parent 6274be32b4
commit 6b6d61a2e2
3 changed files with 6 additions and 13 deletions

View File

@@ -65,6 +65,9 @@ allprojects {
}
}
maven { url "https://jitpack.io" }
maven {
url "https://phonepe.mycloudrepo.io/public/repositories/phonepe-intentsdk-android"
}
}
}

View File

@@ -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'

View File

@@ -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">
<!-- PAYU UPI TEST CONFIG -->
<!-- <meta-data-->
@@ -131,9 +130,9 @@
<meta-data
android:name="com.facebook.sdk.ApplicationId"
android:value="@string/facebook_app_id" />
<meta-data
<!-- <meta-data
android:name="com.truecaller.android.sdk.PartnerKey"
android:value="@string/truecaller_key"/>
android:value="@string/truecaller_key"/>-->
<provider