浏览代码

Merge pull request #136 from ente-io/up_target_sdk

Up target sdk
Vishnu Mohandas 3 年之前
父节点
当前提交
1102ad6887
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      android/app/build.gradle
  2. 1 1
      pubspec.yaml

+ 1 - 1
android/app/build.gradle

@@ -47,7 +47,7 @@ android {
     defaultConfig {
     defaultConfig {
         applicationId "io.ente.photos"
         applicationId "io.ente.photos"
         minSdkVersion 18
         minSdkVersion 18
-        targetSdkVersion 29
+        targetSdkVersion 30
         versionCode flutterVersionCode.toInteger()
         versionCode flutterVersionCode.toInteger()
         versionName flutterVersionName
         versionName flutterVersionName
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

+ 1 - 1
pubspec.yaml

@@ -11,7 +11,7 @@ description: ente photos application
 # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
 # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
 # Read more about iOS versioning at
 # Read more about iOS versioning at
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
-version: 0.3.45+255
+version: 0.3.46+256
 
 
 environment:
 environment:
   sdk: ">=2.10.0 <3.0.0"
   sdk: ">=2.10.0 <3.0.0"