diff --git a/android/build.gradle b/android/build.gradle index 0b6025c..77057d8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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" diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index af6245d..a2f47b6 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,3 +1,2 @@ - + diff --git a/pubspec.yaml b/pubspec.yaml index 883fc5c..c1c9285 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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