Skip to content

Commit

Permalink
chore(): update v3-beta.3 & fix the version once.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Feb 20, 2021
1 parent da7f309 commit 5bfbc7c
Show file tree
Hide file tree
Showing 7 changed files with 19,789 additions and 602 deletions.
2 changes: 1 addition & 1 deletion CapacitorCommunityAdmob.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.swift_version = '5.1'
s.static_framework = true
s.dependency 'Capacitor'
s.dependency 'Google-Mobile-Ads-SDK', '>= 7.64.0'
s.dependency 'Google-Mobile-Ads-SDK', '7.69.0'
end
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ public class MainActivity extends BridgeActivity {
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
registerPlugin(com.getcapacitor.community.admob.AdMob.class);

}
}
16 changes: 0 additions & 16 deletions demo/angular/ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */;
buildPhases = (
6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */,
1B2B57CE95F81F53F5DBDE6A /* [CP] Prepare Artifacts */,
504EC3001FED79650016851F /* Sources */,
504EC3011FED79650016851F /* Frameworks */,
504EC3021FED79650016851F /* Resources */,
Expand Down Expand Up @@ -168,21 +167,6 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
1B2B57CE95F81F53F5DBDE6A /* [CP] Prepare Artifacts */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Prepare Artifacts";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-artifacts.sh\"\n";
showEnvVarsInLog = 0;
};
6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
Loading

0 comments on commit 5bfbc7c

Please sign in to comment.