Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to ASDK v6.10.0 #86

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Update to ASDK v6.10.0 #86

merged 1 commit into from
Mar 26, 2024

Conversation

mohsenoid
Copy link
Contributor

No description provided.

@mohsenoid mohsenoid self-assigned this Mar 26, 2024
@mohsenoid mohsenoid requested review from a team and OstapOpalynskyi-fw and removed request for a team March 26, 2024 13:29
@@ -64,6 +64,7 @@ android {

buildFeatures {
compose = true
buildConfig = true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solves a Gradle warning

@@ -14,7 +14,6 @@ class ExampleApplication : Application() {
// build Firework Android SDK v6 configuration
val config =
FireworkSdkConfig.Builder(this)
.checksumRequired(false)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deprecated

@@ -1,12 +1,11 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.2.2" apply false
id("com.android.library") version "8.2.2" apply false
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed

@@ -1,12 +1,11 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.2.2" apply false
id("com.android.library") version "8.2.2" apply false
id("com.android.application") version "8.3.1" apply false
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to the latest

id("org.jetbrains.kotlin.android") version "1.9.22" apply false
id("org.jlleitschuh.gradle.ktlint") version "12.0.3" apply false
id("io.gitlab.arturbosch.detekt") version "1.23.4" apply false
}

task<Delete>("clean") {
delete = setOf(rootProject.buildDir)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deprecated

@@ -21,5 +21,4 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.defaults.buildfeatures.buildconfig=true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deprecated and causes a warning

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated by AGP

@@ -11,6 +11,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
mavenLocal()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice to have for testing before release

@mohsenoid mohsenoid force-pushed the update/6.10.0 branch 3 times, most recently from 1d53cc0 to 6d8e5f5 Compare March 26, 2024 16:57
@@ -46,10 +46,15 @@ android {
abortOnError = true
ignoreWarnings = false
warningsAsErrors = true

disable.apply {
add("LeanbackUsesWifi") // required for ivs-player-1.18.0 AndroidManifest ACCESS_WIFI_STATE permission
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Signed-off-by: Mohsen Mirhoseini <[email protected]>
@mohsenoid mohsenoid merged commit af8c13b into main Mar 26, 2024
11 checks passed
@mohsenoid mohsenoid deleted the update/6.10.0 branch March 26, 2024 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants