Start compiling against and targeting android-34

Robolectric doesn't support 34 yet, so pin to 33. Add bug ID for Glance
and Wear configurations, which are still pinned to older SDKs.

Bug: 281516026
Bug: 281072091
Bug: 281041185
Bug: 280648770
Fixes: 278321972
Test: bOS
Change-Id: Ie9fb47ab44412a98db3eb885ff66f0dc8067bf68
diff --git a/gradle.properties b/gradle.properties
index 4049b33..1574323 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -34,7 +34,7 @@
 androidx.allowCustomCompileSdk=true
 
 # Don't warn about needing to update AGP
-android.suppressUnsupportedCompileSdk=UpsideDownCake,VanillaIceCream,33
+android.suppressUnsupportedCompileSdk=UpsideDownCake,VanillaIceCream,33,34
 
 # Disable features we do not use
 android.defaults.buildfeatures.aidl=false