aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"