Skip to content

Commit db7a1bd

Browse files
mikaelwillsMikael Wills
andauthored
Firebase messaging and android build updates (#199)
Co-authored-by: Mikael Wills <[email protected]>
1 parent 5febb06 commit db7a1bd

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ rootProject.allprojects {
2222
apply plugin: 'com.android.library'
2323

2424
android {
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-
4040
dependencies {
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
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

example/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dependencies {
3333

3434
android {
3535
compileSdkVersion 30
36+
namespace "com.github.cloudwebrtc.flutter_callkeep_example"
3637

3738
lintOptions {
3839
disable 'InvalidPackage'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
flutter: ">=1.22.0"
99

1010
dependencies:
11-
firebase_messaging: ^15.2.0
11+
firebase_messaging: ^15.2.1
1212
flutter:
1313
sdk: flutter
1414
logger: ^2.0.2+1

0 commit comments

Comments
 (0)