Skip to content

Commit

Permalink
android: update AGP to 8.7 and gradle to 8.9
Browse files Browse the repository at this point in the history
This pulls in a newer default NDK that actually support std::span and
therefore makes the new DataBarLimited reader work for the sample app out
of the box.
  • Loading branch information
axxel committed Oct 11, 2024
1 parent 5599038 commit 7fbec0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wrappers/android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
androidGradlePlugin = "8.2.2"
androidGradlePlugin = "8.7.0"
androidCompileSdk = "34"
androidMinSdk = "21"
androidTargetSdk = "33"
Expand Down
2 changes: 1 addition & 1 deletion wrappers/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion wrappers/android/zxingcpp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
android {
namespace = "zxingcpp.lib" // used to be just zxingcpp but needs to contain a '.' in release builds
// ndk version 27 has sufficient c++20 support to enable all features (see #386)
// ndkVersion = "27.1.12297006"
// ndkVersion = "27.0.12077973"

defaultConfig {
compileSdk = libs.versions.androidCompileSdk.get().toInt()
Expand Down

0 comments on commit 7fbec0d

Please sign in to comment.