From 47525dd4dd0c59042c6fbc639e8ae2d14241b88a Mon Sep 17 00:00:00 2001 From: guanghuafan Date: Fri, 29 Apr 2016 17:59:53 -0700 Subject: [PATCH] remove gpg reference since there is gpg in this game --- endless-tunnel/app/src/main/jni/data/blurb.inl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/endless-tunnel/app/src/main/jni/data/blurb.inl b/endless-tunnel/app/src/main/jni/data/blurb.inl index 36094139b..80f0c651e 100644 --- a/endless-tunnel/app/src/main/jni/data/blurb.inl +++ b/endless-tunnel/app/src/main/jni/data/blurb.inl @@ -15,9 +15,7 @@ */ #define BLURB_ABOUT \ "ABOUT THIS GAME\n\n" \ - "This is a sample game showing how\n" \ - "to integrate the Google Play Games API\n" \ - "in native code. This game is written in C++\n" \ + "This game is written in C++\n" \ "to showcase Android Studio NDK support, \n" \ "Find out more about the Android Studio at:\n" \ "http://tools.android.com"