com.puzzlescapegames.admob_native 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -64,6 +64,8 @@ public class ManifestProcessor : IPreprocessBuild
64
64
  public void OnPreprocessBuild(BuildTarget target, string path)
65
65
  #endif
66
66
  {
67
+ return;
68
+
67
69
  string manifestPath = Path.Combine(Application.dataPath, MANIFEST_RELATIVE_PATH);
68
70
  string propertiesPath = Path.Combine(Application.dataPath, PROPERTIES_RELATIVE_PATH);
69
71
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name" : "com.puzzlescapegames.admob_native",
3
3
  "displayName" : "Puzzlescape Games AdMob Native",
4
- "version" : "1.0.7",
4
+ "version" : "1.0.8",
5
5
  "author" : "Puzzlescape Games",
6
6
  "description" : "AdMob Native.",
7
7
  "repository": {