Skip to content

Commit 1263c48

Browse files
committed
restore the package name
1 parent 9e8a116 commit 1263c48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples-android/ButtonClicker/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.google.example.games.bc3.fix"
2+
package="com.google.example.games.bc3"
33
android:versionCode="1"
44
android:versionName="1.0" >
55

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<resources>
22

3-
<string name="app_name">ButtonClicker_ndk</string>
4-
<string name="app_id">953759410967</string>
3+
<string name="app_name">ButtonClicker</string>
4+
<string name="app_id">REPLACE_ME</string>
55

66
</resources>

0 commit comments

Comments
 (0)