grpc-java/examples/android/routeguide/app
Eric Anderson 06c40dccc3 android: Fix ProGuard rules in Android apps
Fixes #2207. This is actually a workaround. Ideally users shouldn't need
to -keep classes, but it's a bit risky to fix the real issue before 1.1.
The further fix will be done as part of #2633.

The interop app's build.gradle change is necessary to compile with newer
Gradle versions. The com.google.errorprone.annotations was necessary in
order to prevent annotation warnings from failing the build.
2017-01-23 09:11:09 -08:00
..
src/main Add android route guide example and move helloworld example to its own dir 2016-08-03 14:47:10 -07:00
.gitignore Add android route guide example and move helloworld example to its own dir 2016-08-03 14:47:10 -07:00
build.gradle all: update to guava 20 2016-12-16 15:15:17 -08:00
proguard-rules.pro android: Fix ProGuard rules in Android apps 2017-01-23 09:11:09 -08:00