Skip to content

Commit

Permalink
🔝 increases android target sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasLehnfeld committed Jan 6, 2022
1 parent 187a055 commit fd18346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
defaultConfig {
applicationId "net.lehnfeld.netzpolitik"
minSdkVersion 19
targetSdkVersion 29
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A cross-plattform flutter mobile app for reading netzpolitik.org ar

publish_to: 'none'

version: 1.5.0+7
version: 1.5.1+7

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit fd18346

Please sign in to comment.