Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 29

namespace "com.vanethos.notification_permissions"

defaultConfig {
minSdkVersion 16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
3 changes: 1 addition & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.vanethos.notification_permissions">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: notification_permissions
description: A plugin to check and ask for notification permissions on Android and iOS
version: 0.6.1
version: 0.6.1+1
homepage: https://github.com/Vanethos/flutter_notification_permissions/
issue_tracker: https://github.com/Vanethos/flutter_notification_permissions/issues

Expand Down