grpc-java/examples/android/helloworld/app
Jeff Davidson 45ffb06f00 Bump compileSdkVersion and finalize setAllowActivityStarts API.
Per https://developer.android.com/about/versions/14#beta-3, Android U has reached the platform stability milestone which means that all external APIs are finalized.

We can thus bump the compileSdkVersion to 34 (U) and begin using APIs added there. We leave targetSdkVersion unchanged for now to avoid the broader evaluation of whether deeper changes may be necessary as part of the upgrade; this simply allows compile-time access to newer APIs without changing runtime behavior.

See b/274061424
2023-11-07 08:01:44 -08:00
..
src/main examples: Android helloworld to pass Google lint (#10518) 2023-08-24 10:37:53 -07:00
build.gradle Bump compileSdkVersion and finalize setAllowActivityStarts API. 2023-11-07 08:01:44 -08:00
proguard-rules.pro core: Use Class.forName(String) in provider for Android 2017-07-19 10:15:03 -07:00