File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2525apply plugin : ' com.android.library'
2626
2727android {
28- compileSdkVersion 33
28+ compileSdk 34
2929
3030 defaultConfig {
31- minSdkVersion 21
32- targetSdkVersion 33
31+ minSdkVersion 23
32+ targetSdkVersion 34
3333 versionCode 1
3434 versionName " 1.0"
3535 }
@@ -45,11 +45,11 @@ repositories {
4545
4646dependencies {
4747 implementation ' com.facebook.react:react-native:+'
48- implementation ' com.firebaseui:firebase-ui-auth:8.0.0 '
49- implementation ' com.google.android.gms:play-services-auth:20.6 .0'
48+ implementation ' com.firebaseui:firebase-ui-auth:8.0.2 '
49+ implementation ' com.google.android.gms:play-services-auth:20.7 .0'
5050
5151 // Import the BoM for the Firebase platform
52- implementation platform(' com.google.firebase:firebase-bom:32.2 .0' )
52+ implementation platform(' com.google.firebase:firebase-bom:33.4 .0' )
5353
5454 // Declare the dependency for the Firebase Authentication library
5555 // When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-firebaseui-auth" ,
3- "version" : " 1.4.1 " ,
3+ "version" : " 2.0.0 " ,
44 "description" : " Easy login with FirebaseUi Auth" ,
55 "author" : " Oscar Justi <oijusti@gmail.com>" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments