release/prepare-next-dev-cycle (#77)
All checks were successful
/ build (push) Successful in 5m42s

Reviewed-on: #77
This commit is contained in:
Varakh 2023-12-01 18:35:41 +00:00
commit c917e478a6
7 changed files with 16 additions and 12 deletions

View file

@ -1,9 +1,13 @@
# CHANGELOG
## 1.6.2+20 - UNRELEASED
## 1.6.3+21 - UNRELEASED
* ...
## 1.6.2+20
* Updated internal dependencies
* Moved progress indicator of _Show Configuration_ into the underlying button
* Bumped Android minSdk to `30` (Android 11)
* Bumped Android targetSdk to `34` (Android 14)
* Fixed permission service not handling Android SDK 33 correctly
* Fixed permission service not being started during application start

View file

@ -126,7 +126,7 @@ bundle exec fastlane android beta
bundle exec fastlane android deploy
# deploy (build signed fdroid large bundle [no target and abi split])
bundle exec fastlane android build_production_froid
bundle exec fastlane android build_production_fdroid
```
##### iOS

View file

@ -31,7 +31,7 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 33
compileSdkVersion 34
lintOptions {
disable 'InvalidPackage'
@ -40,7 +40,7 @@ android {
defaultConfig {
applicationId "de.varakh.fbmobile"
minSdkVersion 30
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View file

@ -12,7 +12,7 @@ platform :android do
end
desc "Build Production fdroid"
lane :build_production_froid do
lane :build_production_fdroid do
sh("#{ENV['PWD']}/fastlane/buildAndroidProductionFdroid.sh")
end

View file

@ -31,10 +31,10 @@ Build Debug
Build Production
### android build_production_froid
### android build_production_fdroid
```sh
[bundle exec] fastlane android build_production_froid
[bundle exec] fastlane android build_production_fdroid
```
Build Production fdroid

View file

@ -173,10 +173,10 @@ packages:
dependency: transitive
description:
name: cross_file
sha256: "2f9d2cbccb76127ba28528cb3ae2c2326a122446a83de5a056aaa3880d3882c5"
sha256: fedaadfa3a6996f75211d835aaeb8fede285dae94262485698afd832371b9a5e
url: "https://pub.dev"
source: hosted
version: "0.3.3+7"
version: "0.3.3+8"
crypto:
dependency: transitive
description:
@ -1006,10 +1006,10 @@ packages:
dependency: transitive
description:
name: win32
sha256: "7c99c0e1e2fa190b48d25c81ca5e42036d5cac81430ef249027d97b0935c553f"
sha256: b0f37db61ba2f2e9b7a78a1caece0052564d1bc70668156cf3a29d676fe4e574
url: "https://pub.dev"
source: hosted
version: "5.1.0"
version: "5.1.1"
win32_registry:
dependency: transitive
description:

View file

@ -11,7 +11,7 @@ description: A mobile client for FileBin.
# 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: 1.6.2+20
version: 1.6.3+21
environment:
sdk: '>=3.2.0 <4.0.0'