HmmI see now auto login seemed to have used another login name for the Sinai map and the F15-E Preorder. I only have one login that I use to fly, how can I get both of these put over to the right place and not have to pay again? I was kind of wondering why I had no miles to use? Please tell me there is some way to fix this lol
Hey, I'm having the same issue with Sinai now showing up for installation after purchase, except I only have the stable version. I believe its up to date version 2.8.4.39731. It doesn't show at all in the terrains tab (for purchase or otherwise) of the module manager. Same account/name used to purchase and log into the game with.
"If the product description does not have information about which DCS World version you should install, you only need to have the "Stable" version DCS World installed on your PC."
^ doesn't that mean available to stable as well?
you can update your stable to the current open beta. it is pretty easy if your familiar with the command prompt. look for Skatezillas updater utility. You can either download the updater, or look through the thread, he describes how to do it with command prompt.
We are Virtual Pilots, a growing International Squad of pilots, we fly Allies in WWII and Red Force in Korea and Modern combat. We are recruiting like minded people of all Nationalities and skill levels.
The main section of the table below lists the dependencies for the main modules and their latest versions. If needed, though, you can still find a list of all KTX modules and their versions at the bottom of the table.
The latest Firebase BoM version contains the latest versions of each Firebase Android library. To learn which library versions are mapped to a specific BoM version, review the release notes for that BoM version.
The Kotlin extensions (KTX) APIs have been added to their respective main modules. For example, all the APIs from firebase-perf-ktx have been added to firebase-perf under the com.google.firebase.perf package.
As part of this change, the KTX APIs in every KTX module are now deprecated. As early as April 2024, we'll no longer release KTX modules, and we'll also remove the KTX libraries from the Firebase Android BoM at that time.
Added infrastructure support to integrate with theAttribution Reporting API from thePrivacy Sandbox on Android.
This change requires that apps bump their Android Gradle Plugin versionto 4.2.0 or higher (even if you don't directly use this feature).
Added Kotlin extensions (KTX) APIs fromcom.google.firebase:firebase-analytics-ktx tocom.google.firebase:firebase-analytics under thecom.google.firebase.analytics package.This means KTX APIs are accessible from this main module (for details, see theFAQ about this initiative).
Added Kotlin extensions (KTX) APIs fromcom.google.firebase:firebase-auth-ktx tocom.google.firebase:firebase-auth under thecom.google.firebase.auth package.This means KTX APIs are accessible from this main module (for details, see theFAQ about this initiative).
All the Kotlin extensions (KTX) APIs incom.google.firebase:firebase-auth-ktx are now deprecated,and as early as April 2024, we'll no longer release KTX modules.Instead, access KTX APIs directly from the main module(com.google.firebase:firebase-auth under thecom.google.firebase.auth package).For details, see theFAQ about this initiative.
Added Kotlin extensions (KTX) APIs fromcom.google.firebase:firebase-storage-ktx tocom.google.firebase:firebase-storage under thecom.google.firebase.storage package.This means KTX APIs are accessible from this main module (for details, see theFAQ about this initiative).
Added Play Integrity support for app verification duringphone number authentication.App verification willnow use Play Integrity by default, if available. If your app uses phone number authentication, reviewFirebase's data disclosure pageto make sure that your app's privacy details in thePlay store are accurate and complete.
PhoneAuthOptions.Buildernow accepts a null Activity, but it will throw aFirebaseAuthMissingActivityForRecaptchaException if app verification fallsback to reCAPTCHA. This can happen if Play Integrity is unavailable or if theapp fails Play Integrity checks.
Now, to use Google Analytics or a product that recommends addingGoogle Analytics, you need to explicitly declare the Analyticsdependency: com.google.firebase:firebase-analytics or com.google.firebase:firebase-analytics-ktx.
Firebase now supports Kotlin coroutines.With this release, we addedkotlinx-coroutines-play-services to firebase-storage-ktx as a transitive dependency, which exposes theTask.await() suspend function to convert aTask into a Kotlincoroutine.
Firebase now supports Kotlin coroutines.With this release, we addedkotlinx-coroutines-play-services to firebase-database-ktx as a transitive dependency, which exposes theTask.await() suspend function to convert aTask into a Kotlincoroutine.
firebase-appdistribution-api - The API-only library
This new API-only library is functional only when the fullApp Distribution SDK implementation (firebase-appdistribution) is present.firebase-appdistribution-api can be included in allbuild variants.
Added beta support for indexed query execution. You canenable indexes by invoking FirebaseFirestore.setIndexConfiguration() withthe JSON index definition exported by the Firebase CLI. Queries againstthe cache are executed using an index once the asynchronous index generationcompletes.
The App Distribution Android library with Kotlin extensions is now available inbeta. The Kotlin extensions library transitively includes the basefirebase-app-distribution library. To learn more, visit theApp Distribution KTX reference documentation.
Fixed a Firebase App Check issue that caused Cloud Firestorelisteners to stop working and receive a Permission Denied error. This issueonly occurred if the App Check expiration time was set to under an hour.
Switched to stopping an image download by canceling a Future tointerrupt the download thread. This change avoids errors that can occur in theimage downloading library when trying to close the stream on a different threadthan the one that started the download.
Updated internal Crashpad version to commit 281ba7. With thischange, disabling tagged pointers is no longer required, so the following canbe removed from your manifest's application tag:android:allowNativeHeapPointerTagging=false.
Fixed a bug that resulted in incorrect prioritization offirebaseCrashlytics properties when using multiple flavor dimensions.Exension properties are now prioritized based on the order in which thedimensions are declared in the flavorDimensions property, as described inthe Android Gradle plugin documentation.
This SDK now requires devices and emulators to target API level19 (KitKat) or higher and to use Android 4.4 or higher. This is due to anupdate in its gRPC dependency version and to align with requirements of otherFirebase libraries.
Added an obfuscation exclusion forcom.google.firebase.crashlytics.ndk.FirebaseCrashlyticsNdk to the Proguardconfiguration for this AAR, to avoid potential reflection errors whenobfuscating NDK-enabled apps.
Added support to manage testers in your project from Gradle usingthe appDistributionAddTesters and appDistributionRemoveTesters commands.Refer to the command output for instructions on how to use these features.
Improved support for NDK crash reporting when usingPlay Feature Delivery.Previously, firebase-crashlytics-ndk needed to be a dependency of the appmodule to consistently report native crashes for all supported Androidversions. Crashlytics will now report native crashes when used as adependency of a feature module.
Added support for new argument types to unstrippedNativeLibsDir,used for NDK symbol generation and uploading. The override now accepts anyarguments allowable fororg.gradle.api.Project#files(Object...),including java.lang.String, java.io.File, andorg.gradle.api.file.FileCollection. You can specify multiple directories fora single build flavor by providing a list or FileCollection instance.
The Crashlytics Gradle plugin now prints a warningrecommending removal of the strippedNativeLibsDir property, which wasformerly required when using the unstrippedNativeLibsDir property.strippedNativeLibsDir is no longer used and should be removed from yourbuild configuration.
The Crashlytics Gradle plugin's dependency on thegoogle-services plugin has been modified to depend on task outputs fromgoogle-services rather than depend directly on the google-services taskitself. This change (1) resolves a warning that "execution optimizations havebeen disabled" for MappingFileUploadTask and SymbolFileUploadTask whenbuilding with Gradle 7 and (2) makes it easier to override the input for thosetasks for apps that don't use the google-services plugin.
Modified the Breakpad symbol generator binary to be globallyexecutable and to statically link against standard libraries, which shouldresolve build errors for NDK developers using Docker-based CI systems.
To continue using Google AdMob, you need to explicitly add the dependency for the Google Mobile Ads SDK including its version (com.google.android.gms:play-services-ads:23.2.0) to your app's build.gradle file.
3a8082e126