feat: Update Gradle and dependencies to support Android API 34 #76
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit updates the project to target Android API 34 and makes the necessary changes to Gradle configuration and dependencies.
Key changes:
targetSdkVersion
andcompileSdkVersion
to 34.buildToolsVersion
to 34.0.0.gradleBuildToolsVersion
to 8.1.4.gradleWrapperVersion
to 8.1.1 and Gradle distribution URL togradle-8.0-bin.zip
.nativesdk
to version 5.1.0.build.gradle
.namespace
andbuildFeatures { buildConfig = true }
inapp/build.gradle
.package
attribute fromapp/src/main/AndroidManifest.xml
as it's now inferred fromnamespace
.LaunchScannerActivity
andPaymentLauncherActivity
toandroid.R.color.holo_red_dark
.gradle/android-base.gradle
:compileSdkVersion
tocompileSdk
.minSdkVersion
tominSdk
.targetSdkVersion
totargetSdk
.testInstrumentationRunner
toandroidx.test.runner.AndroidJUnitRunner
.lintOptions
tolint
.compileOptions
for Java 1.8 compatibility fromgradle/android-app.gradle
as it's default in newer AGP.Pull Request
Ticket
SMARTI-xxx
Description
Type of change
Checklist
Screenshots (if applies)