Commit a5ddfbc6 by Razvan Cristian Lung

fix unwanted changes

parent c804949c
......@@ -27,7 +27,7 @@ android {
defaultConfig {
minSdkVersion 16
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
testInstrumentationRunner "androidx.support.test.runner.AndroidJUnitRunner"
}
lintOptions {
disable 'InvalidPackage'
......@@ -36,7 +36,7 @@ android {
dependencies {
implementation 'androidx.annotation:annotation:1.0.1'
implementation 'androidx.core:core:1.1.0-alpha04'
implementation 'androidx.core:core:1.0.1'
}
repositories {
......
org.gradle.jvmargs=-Xmx1536M
android.enableJetifier=true
android.useAndroidX=true
\ No newline at end of file
......@@ -3,14 +3,14 @@
#
Pod::Spec.new do |s|
s.name = 'permission_handler'
s.version = '0.0.1'
s.summary = 'A new Flutter project.'
s.version = '3.0.0'
s.summary = 'Permission plugin for Flutter.'
s.description = <<-DESC
A new Flutter project.
DESC
s.homepage = 'http://example.com'
s.homepage = 'https://github.com/baseflowit/flutter-permission-handler'
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => 'email@example.com' }
s.author = { 'Baseflow' => 'hello@baseflow.com' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
......
......@@ -7,7 +7,7 @@ authors:
homepage: https://github.com/baseflowit/flutter-permission-handler
environment:
sdk: ">=2.1.0 <3.0.0"
sdk: ">=2.0.0 <3.0.0"
dependencies:
flutter:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment