File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,11 @@ rootProject.allprojects {
2222apply plugin : ' com.android.library'
2323
2424android {
25- compileSdkVersion 31
25+ compileSdkVersion 35
26+ namespace ' com.github.cloudwebrtc.flutter_callkeep'
2627
2728 defaultConfig {
28- minSdkVersion 23
29+ minSdkVersion 21
2930 }
3031 lintOptions {
3132 disable ' InvalidPackage'
@@ -36,10 +37,9 @@ android {
3637 }
3738}
3839
39-
4040dependencies {
4141 implementation ' com.android.support:support-v4:28.0.0'
4242 implementation ' com.android.support:appcompat-v7:28.0.0'
43- implementation " com.android.support:support-core-utils:28.0.0"
43+ implementation ' com.android.support:support-core-utils:28.0.0'
4444 implementation ' androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
4545}
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" package = " io.wazo.callkeep " >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
33
44 <uses-permission android : name =" android.permission.CALL_PHONE" />
55 <uses-permission android : name =" android.permission.READ_PHONE_STATE" />
6- </manifest >
6+ </manifest >
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ dependencies {
3333
3434android {
3535 compileSdkVersion 30
36+ namespace " com.github.cloudwebrtc.flutter_callkeep_example"
3637
3738 lintOptions {
3839 disable ' InvalidPackage'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ environment:
88 flutter : " >=1.22.0"
99
1010dependencies :
11- firebase_messaging : ^15.2.0
11+ firebase_messaging : ^15.2.1
1212 flutter :
1313 sdk : flutter
1414 logger : ^2.0.2+1
You can’t perform that action at this time.
0 commit comments