This commit is contained in:
parent
3d6ae1a9ef
commit
dfc5772b93
6 changed files with 12 additions and 11 deletions
|
@ -1,9 +1,10 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
## 1.6.2+20 - UNRELEASED
|
## 1.6.2+20
|
||||||
* Updated internal dependencies
|
* Updated internal dependencies
|
||||||
* Moved progress indicator of _Show Configuration_ into the underlying button
|
* Moved progress indicator of _Show Configuration_ into the underlying button
|
||||||
* Bumped Android minSdk to `30` (Android 11)
|
* 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 handling Android SDK 33 correctly
|
||||||
* Fixed permission service not being started during application start
|
* Fixed permission service not being started during application start
|
||||||
|
|
||||||
|
|
|
@ -126,7 +126,7 @@ bundle exec fastlane android beta
|
||||||
bundle exec fastlane android deploy
|
bundle exec fastlane android deploy
|
||||||
|
|
||||||
# deploy (build signed fdroid large bundle [no target and abi split])
|
# 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
|
##### iOS
|
||||||
|
|
|
@ -31,7 +31,7 @@ if (keystorePropertiesFile.exists()) {
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 33
|
compileSdkVersion 34
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
disable 'InvalidPackage'
|
disable 'InvalidPackage'
|
||||||
|
@ -40,7 +40,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "de.varakh.fbmobile"
|
applicationId "de.varakh.fbmobile"
|
||||||
minSdkVersion 30
|
minSdkVersion 30
|
||||||
targetSdkVersion 33
|
targetSdkVersion 34
|
||||||
versionCode flutterVersionCode.toInteger()
|
versionCode flutterVersionCode.toInteger()
|
||||||
versionName flutterVersionName
|
versionName flutterVersionName
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
|
@ -12,7 +12,7 @@ platform :android do
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Build Production fdroid"
|
desc "Build Production fdroid"
|
||||||
lane :build_production_froid do
|
lane :build_production_fdroid do
|
||||||
sh("#{ENV['PWD']}/fastlane/buildAndroidProductionFdroid.sh")
|
sh("#{ENV['PWD']}/fastlane/buildAndroidProductionFdroid.sh")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -31,10 +31,10 @@ Build Debug
|
||||||
|
|
||||||
Build Production
|
Build Production
|
||||||
|
|
||||||
### android build_production_froid
|
### android build_production_fdroid
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
[bundle exec] fastlane android build_production_froid
|
[bundle exec] fastlane android build_production_fdroid
|
||||||
```
|
```
|
||||||
|
|
||||||
Build Production fdroid
|
Build Production fdroid
|
||||||
|
|
|
@ -173,10 +173,10 @@ packages:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: cross_file
|
name: cross_file
|
||||||
sha256: "2f9d2cbccb76127ba28528cb3ae2c2326a122446a83de5a056aaa3880d3882c5"
|
sha256: fedaadfa3a6996f75211d835aaeb8fede285dae94262485698afd832371b9a5e
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.3.3+7"
|
version: "0.3.3+8"
|
||||||
crypto:
|
crypto:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -1006,10 +1006,10 @@ packages:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: win32
|
name: win32
|
||||||
sha256: "7c99c0e1e2fa190b48d25c81ca5e42036d5cac81430ef249027d97b0935c553f"
|
sha256: b0f37db61ba2f2e9b7a78a1caece0052564d1bc70668156cf3a29d676fe4e574
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "5.1.0"
|
version: "5.1.1"
|
||||||
win32_registry:
|
win32_registry:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue