File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 25
25
apply plugin : ' com.android.library'
26
26
27
27
android {
28
- compileSdkVersion 33
28
+ compileSdk 34
29
29
30
30
defaultConfig {
31
- minSdkVersion 21
32
- targetSdkVersion 33
31
+ minSdkVersion 23
32
+ targetSdkVersion 34
33
33
versionCode 1
34
34
versionName " 1.0"
35
35
}
@@ -45,11 +45,11 @@ repositories {
45
45
46
46
dependencies {
47
47
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'
50
50
51
51
// 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' )
53
53
54
54
// Declare the dependency for the Firebase Authentication library
55
55
// When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-firebaseui-auth" ,
3
- "version" : " 1.4.1 " ,
3
+ "version" : " 2.0.0 " ,
4
4
"description" : " Easy login with FirebaseUi Auth" ,
5
5
"author" : " Oscar Justi <oijusti@gmail.com>" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments