Merge branch 'main' into remove-error-button-padding

This commit is contained in:
ggurdin 2024-08-09 15:47:56 -04:00 committed by GitHub
commit 0466a94bfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 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

@ -3065,7 +3065,7 @@
"type": "text",
"placeholders": {}
},
"toggleToolSettingsDescription": "Here you can toggle your individual language tool settings. For chats within a space, the space settings will take precedence and may override these settings.",
"toggleToolSettingsDescription": "Here you can toggle your individual language tool settings.",
"connectedToStaging": "You are connected to the staging server.",
"@connectedToStaging": {
"type": "text",

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"