Merge pull request #136 from ente-io/up_target_sdk

Up target sdk
This commit is contained in:
Vishnu Mohandas 2021-11-06 18:25:45 +05:30 committed by GitHub
commit 1102ad6887
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -11,7 +11,7 @@ description: ente photos application
# 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: 0.3.45+255
version: 0.3.46+256
environment:
sdk: ">=2.10.0 <3.0.0"