Skip to content

Commit

Permalink
change to new admob id
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyWang committed Sep 12, 2019
1 parent 9588c4e commit dce8b82
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion app/google-services.json
Expand Up @@ -63,7 +63,8 @@
}
]
}
}
},
"admob_app_id": "ca-app-pub-7379141907336355~8997529210"
}
],
"configuration_version": "1"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Expand Up @@ -20,7 +20,7 @@

<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-7379141907336355~1948493423"/>
android:value="ca-app-pub-7379141907336355~8997529210"/>
</application>

</manifest>
2 changes: 1 addition & 1 deletion app/src/main/java/com/swifty/mygithub2/APIClass.java
Expand Up @@ -4,6 +4,6 @@
* Created by swifty on 16/12/2016.
*/
public class APIClass {
public static final String PUBLISHER_ID = "ca-app-pub-7379141907336355~1948493423";
public static final String PUBLISHER_ID = "ca-app-pub-7379141907336355~8997529210";
public static final String MEIZU_DEVICE_ID = "1D8B538A6D6EB466CBB5C7759EFC76A5";
}
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Expand Up @@ -3,7 +3,7 @@
<string name="go">go</string>
<string name="your_username">Your Github Account Name</string>
<string name="please_input_username">Please input username.</string>
<string name="banner_ad_unit_id">ca-app-pub-7379141907336355/3425226626</string>
<string name="full_screen_ads_id">ca-app-pub-7379141907336355/4622758228</string>
<string name="banner_ad_unit_id">ca-app-pub-7379141907336355/5840689312</string>
<string name="full_screen_ads_id">ca-app-pub-7379141907336355/8750117208</string>
<string name="press_again_exit">Please click BACK again to exit.</string>
</resources>

0 comments on commit dce8b82

Please sign in to comment.