Apk working

This commit is contained in:
rahul bhat
2022-05-19 21:14:23 +05:30
parent 86b50a859f
commit b84d741248
2 changed files with 4 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ buildscript {
repositories {
google()
mavenCentral()
jcenter()
maven { url 'https://maven.fabric.io/public' }
maven { url 'https://plugins.gradle.org/m2/' }
maven {
@@ -36,6 +37,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven {
url 'https://sdk.uxcam.com/android/'

View File

@@ -99,7 +99,7 @@ dependencies {
implementation 'com.google.android.gms:play-services-auth:19.0.0'
implementation 'com.google.android.gms:play-services-auth-api-phone:17.5.0'
implementation 'com.google.android.libraries.places:places:2.4.0'
implementation 'com.google.android.libraries.places:places:2.6.0'
implementation playCore.implementation
implementation 'com.google.android.material:material:1.2.1'
@@ -112,7 +112,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha03'
implementation 'jp.wasabeef:recyclerview-animators:4.0.1'
implementation "androidx.cardview:cardview:1.0.0"
implementation 'com.google.android:flexbox:2.0.1'
implementation 'com.google.android.flexbox:flexbox:3.0.0'
implementation("androidx.core:core-ktx:1.3.2")
implementation("androidx.lifecycle:lifecycle-process:2.2.0")