We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8a116 commit 1263c48Copy full SHA for 1263c48
samples-android/ButtonClicker/AndroidManifest.xml
@@ -1,5 +1,5 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
- package="com.google.example.games.bc3.fix"
+ package="com.google.example.games.bc3"
3
android:versionCode="1"
4
android:versionName="1.0" >
5
samples-android/ButtonClicker/res/values/strings.xml
@@ -1,6 +1,6 @@
<resources>
- <string name="app_name">ButtonClicker_ndk</string>
- <string name="app_id">953759410967</string>
+ <string name="app_name">ButtonClicker</string>
+ <string name="app_id">REPLACE_ME</string>
6
</resources>
0 commit comments