grpc-java/examples/android/helloworld
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
..
app android: Fix ProGuard rules in Android apps 2017-01-23 09:11:09 -08:00
gradle/wrapper all: update to gradle 3.2 2016-11-23 14:43:18 -08: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 gradle 3.2 2016-11-23 14:43:18 -08:00
gradlew all: update to gradle 3.2 2016-11-23 14:43:18 -08:00
gradlew.bat all: update to gradle 3.2 2016-11-23 14:43:18 -08:00
settings.gradle Add android route guide example and move helloworld example to its own dir 2016-08-03 14:47:10 -07:00