Skip to content

Commit

Permalink
target api 30 for playstore release
Browse files Browse the repository at this point in the history
  • Loading branch information
qcasey committed Jan 13, 2022
1 parent 8e53f40 commit d791897
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
}

android {
compileSdkVersion 29
compileSdkVersion 30

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand All @@ -45,7 +45,7 @@ android {
defaultConfig {
applicationId "com.quinncasey.paperless_share"
minSdkVersion 16
targetSdkVersion 29
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1008.txt
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d791897

Please sign in to comment.