Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions embrace-android-sdk/src/test/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ add_library(embrace-native-test SHARED
testcases/utilities/test_string_utils.c
testcases/serializer/test_file_writer.c
)
target_link_options(embrace-native-test PRIVATE "-Wl,-z,max-page-size=16384")
target_link_libraries(embrace-native-test embrace-native)
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class GradleVersionTest {

@Test
fun testCompileVersion() {
assertEquals("8.13", GradleVersion.CURRENT.toString())
assertEquals("8.14", GradleVersion.CURRENT.toString())
}

@Test
Expand Down
Binary file modified examples/ExampleApp/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.13-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions examples/ExampleApp/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/ExampleApp/gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

# Some dependencies are pinned to old versions because of an unpatched AGP issue in 7.x: https://issuetracker.google.com/issues/377760847
binaryCompatibilityValidator = "0.17.0"
agp = "8.9.2"
agp = "8.10.0"
junit = "4.13.2"
kotlinExposed = "1.8.22"
dokka = "1.9.20"
kotlinGradlePlugin = "2.1.21"
koverGradlePlugin = "0.9.1"
lint = "31.9.2"
lint = "31.10.0"
openTelemetryCore = "1.49.0"
openTelementrySemConv = "1.29.0-alpha"
moshi = "1.15.2"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#Thu Mar 06 16:43:27 PST 2025
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading