Merge pull request #569 from pangeachat/update-android-target-sdk

Updated android target SDK to follow google's guidelines, also bumped…
This commit is contained in:
ggurdin 2024-08-09 10:06:03 -04:00 committed by GitHub
commit a83e9745fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ android {
defaultConfig {
applicationId "com.talktolearn.chat"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View file

@ -6,7 +6,7 @@ description: Learn a language while texting your friends.
# Pangea#
publish_to: none
# On version bump also increase the build number for F-Droid
version: 1.21.2+3534
version: 1.21.3+3535
environment:
sdk: ">=3.0.0 <4.0.0"