Compare commits

..

No commits in common. "c917e478a60fc1aadca2b2259f785523a79965a7" and "3d6ae1a9eff8a9e0ca85a5714de1234adbf4f648" have entirely different histories.

7 changed files with 12 additions and 16 deletions

View file

@ -1,13 +1,9 @@
# CHANGELOG
## 1.6.3+21 - UNRELEASED
* ...
## 1.6.2+20
## 1.6.2+20 - UNRELEASED
* 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_fdroid
bundle exec fastlane android build_production_froid
```
##### iOS

View file

@ -31,7 +31,7 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 34
compileSdkVersion 33
lintOptions {
disable 'InvalidPackage'
@ -40,7 +40,7 @@ android {
defaultConfig {
applicationId "de.varakh.fbmobile"
minSdkVersion 30
targetSdkVersion 34
targetSdkVersion 33
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_fdroid do
lane :build_production_froid do
sh("#{ENV['PWD']}/fastlane/buildAndroidProductionFdroid.sh")
end

View file

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

View file

@ -173,10 +173,10 @@ packages:
dependency: transitive
description:
name: cross_file
sha256: fedaadfa3a6996f75211d835aaeb8fede285dae94262485698afd832371b9a5e
sha256: "2f9d2cbccb76127ba28528cb3ae2c2326a122446a83de5a056aaa3880d3882c5"
url: "https://pub.dev"
source: hosted
version: "0.3.3+8"
version: "0.3.3+7"
crypto:
dependency: transitive
description:
@ -1006,10 +1006,10 @@ packages:
dependency: transitive
description:
name: win32
sha256: b0f37db61ba2f2e9b7a78a1caece0052564d1bc70668156cf3a29d676fe4e574
sha256: "7c99c0e1e2fa190b48d25c81ca5e42036d5cac81430ef249027d97b0935c553f"
url: "https://pub.dev"
source: hosted
version: "5.1.1"
version: "5.1.0"
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.3+21
version: 1.6.2+20
environment:
sdk: '>=3.2.0 <4.0.0'