fixed phonpe repositories issue
This commit is contained in:
@@ -65,6 +65,9 @@ allprojects {
|
||||
}
|
||||
}
|
||||
maven { url "https://jitpack.io" }
|
||||
maven {
|
||||
url "https://phonepe.mycloudrepo.io/public/repositories/phonepe-intentsdk-android"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user