aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-25 21:40:31 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-25 21:40:31 +0000
commit8a05a22af450d589ef911d772a001a49dcb05b71 (patch)
treef1ec6450df09939325e8dbe5cf57b589a673afc3
parent4fcd99eacd92d7c73fb1d3580fd423ed7704a98a (diff)
parente8525676cc21a049bf9eb4a0241767639a40c891 (diff)
downloadsupport-androidx-graphics-release.tar.gz
Merge "Merge cherrypicks of ['android-review.googlesource.com/3063162', 'android-review.googlesource.com/3062042'] into androidx-graphics-release." into androidx-graphics-releaseandroidx-graphics-release
-rw-r--r--graphics/graphics-path/build.gradle1
-rw-r--r--libraryversions.toml2
2 files changed, 1 insertions, 2 deletions
diff --git a/graphics/graphics-path/build.gradle b/graphics/graphics-path/build.gradle
index 091c67161cd..f24d85e9840 100644
--- a/graphics/graphics-path/build.gradle
+++ b/graphics/graphics-path/build.gradle
@@ -55,7 +55,6 @@ android {
"-std=c++17",
"-Wno-unused-command-line-argument",
"-Wl,--hash-style=both", // Required to support API levels below 23
- "-fno-stack-protector",
"-fno-exceptions",
"-fno-unwind-tables",
"-fno-asynchronous-unwind-tables",
diff --git a/libraryversions.toml b/libraryversions.toml
index 230c773eaf3..41715217466 100644
--- a/libraryversions.toml
+++ b/libraryversions.toml
@@ -71,7 +71,7 @@ GLANCE_TEMPLATE = "1.0.0-alpha06"
GLANCE_WEAR_TILES = "1.0.0-alpha06"
GRAPHICS_CORE = "1.0.0-beta01"
GRAPHICS_FILTERS = "1.0.0-alpha01"
-GRAPHICS_PATH = "1.0.0"
+GRAPHICS_PATH = "1.0.1"
GRAPHICS_SHAPES = "1.0.0-beta01"
GRIDLAYOUT = "1.1.0-beta02"
HEALTH_CONNECT = "1.1.0-alpha07"