diff --git a/android/app/build.gradle b/android/app/build.gradle index ced9f0d..1b0634e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) { } android { - compileSdkVersion 29 + compileSdkVersion 30 sourceSets { main.java.srcDirs += 'src/main/kotlin' @@ -45,7 +45,7 @@ android { defaultConfig { applicationId "com.quinncasey.paperless_share" minSdkVersion 16 - targetSdkVersion 29 + targetSdkVersion 30 versionCode flutterVersionCode.toInteger() versionName flutterVersionName } diff --git a/fastlane/metadata/android/en-US/changelogs/1008.txt b/fastlane/metadata/android/en-US/changelogs/1008.txt new file mode 100644 index 0000000..e5c5ba3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1008.txt @@ -0,0 +1,3 @@ +Thanks @NiFNi for your help and contribution! +* Add App as handler for PDFs and similar files, uploading on open (@NiFNi #12) +* Select from your tags to apply to documents (#11) \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 03f7ae9..9b14869 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.1.0+1007 +version: 1.1.1+1008 environment: sdk: ">=2.7.0 <3.0.0"