From fd1834623053feb74803e54f54121edda29c7816 Mon Sep 17 00:00:00 2001 From: Niklas Lehnfeld Date: Thu, 6 Jan 2022 20:51:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=9D=20increases=20android=20target=20s?= =?UTF-8?q?dk=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 5b34a36..8d6b33b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -43,7 +43,7 @@ android { defaultConfig { applicationId "net.lehnfeld.netzpolitik" minSdkVersion 19 - targetSdkVersion 29 + targetSdkVersion 30 versionCode flutterVersionCode.toInteger() versionName flutterVersionName diff --git a/pubspec.yaml b/pubspec.yaml index 737bbde..a8bf19c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"