Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploaded new jar files and updated the plugin.xml #1

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ceca450
Add files via upload
bardgr Apr 16, 2019
40c9825
Add files via upload
bardgr Apr 16, 2019
ac645f1
Update plugin.xml
bardgr Apr 16, 2019
48288e8
Update README.md
bardgr Apr 16, 2019
c12fe3b
Update LICENSE
bardgr Apr 16, 2019
5c0f40b
Update package.json
bardgr Apr 16, 2019
f20b2a5
Update package.json
bardgr Apr 16, 2019
114ae7e
Update plugin.xml
bardgr Apr 16, 2019
57a8970
Update plugin.xml
bardgr Apr 16, 2019
c59942e
Update plugin.xml
bardgr Apr 16, 2019
98530a9
Add files via upload
bardgr Apr 16, 2019
0add511
Update plugin.xml
bardgr Apr 16, 2019
97f5b67
Delete build.gradle
bardgr Apr 16, 2019
e627c41
Add files via upload
bardgr Apr 16, 2019
424ee0c
Delete MobFox-Android-SDK-Core-3.3.0.jar
bardgr Apr 16, 2019
55236ce
Add files via upload
bardgr Apr 16, 2019
9c28365
Update plugin.xml
bardgr Apr 16, 2019
e20bb12
Delete build.gradle
bardgr Apr 16, 2019
491c174
Update build.gradle
bardgr Apr 16, 2019
d54e562
Update build.gradle
bardgr Apr 16, 2019
63c4f09
Update build.gradle
bardgr Apr 16, 2019
72474f2
Update build.gradle
bardgr Apr 16, 2019
cc2871b
Update plugin.xml
bardgr Apr 16, 2019
c7cd1fd
Update build.gradle
bardgr Apr 16, 2019
ecec89b
Update build.gradle
bardgr Apr 17, 2019
efa6629
Add files via upload
bardgr Apr 17, 2019
41458c6
Delete MobFox-Android-AdMob-Adapter.jar
bardgr Apr 17, 2019
ef1966f
Add files via upload
bardgr Apr 17, 2019
ea97b03
Update build.gradle
bardgr Apr 17, 2019
49e3b42
Update build.gradle
bardgr Apr 17, 2019
abba641
Update build.gradle
bardgr Apr 17, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 geekyguy18
Copyright (c) 2019 bardgr

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A Mediation plugin for MobFox using
</a> Plugin. Developers are invited to join and contribute.

<h2>Add this plugin to your Cordova:</h2>
<i>cordova plugin add https://github.com/geekyguy18/cordova-plugin-admob-mediation-mobfox.git</i>
<i>cordova plugin add https://github.com/bardgr/cordova-plugin-admob-mediation-mobfox.git</i>

<br><br>
Banner and Interstitial Ads are working properly now. Just add your <b>Inventory Hash (former Publisher ID)</b> to your AdMob Mediation Ad Sources.
Expand Down
17 changes: 17 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
repositories {
jcenter()
google()
maven { url "https://s3.amazonaws.com/moat-sdk-builds" }
maven { url 'https://maven.google.com' } // necessary for Android API 26

}

dependencies {
implementation 'com.android.volley:volley:1.1.1'
implementation('com.mopub:mopub-sdk:5.6.0@aar') {
transitive = true
}
implementation 'com.danikula:videocache:2.7.1'

}

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/geekyguy18/cordova-plugin-admob-mediation-mobfox.git"
"url": "git+https://github.com/bardgr/cordova-plugin-admob-mediation-mobfox.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android"
],
"author": "geekyguy18",
"author": "bardgr",
"license": "MIT",
"bugs": {
"url": "https://github.com/geekyguy18/cordova-plugin-admob-mediation-mobfox/issues"
"url": "https://github.com/bardgr/cordova-plugin-admob-mediation-mobfox/issues"
},
"homepage": "https://github.com/geekyguy18/cordova-plugin-admob-mediation-mobfox#readme"
"homepage": "https://github.com/bardgr/cordova-plugin-admob-mediation-mobfox#readme"
}
7 changes: 5 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-admob-mediation-mobfox" version="0.0.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="cordova-plugin-admob-mediation-mobfox" version="0.0.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>cordova-plugin-admob-mediation-mobfox</name>

<dependency id="cordova-plugin-admob-free" />

<platform name="android">
<framework src="build.gradle" custom="true" type="gradleReference"/>
<config-file parent="/*" target="AndroidManifest.xml">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand All @@ -15,6 +16,8 @@
</config-file>

<source-file src="src/android/MobFox-Android-AdMob-Adapter.jar" target-dir="libs" />
<source-file src="src/android/MobFox-Android-SDK-Core-3.2.6.jar" target-dir="libs" />
<source-file src="src/android/MobFox-Android-SDK-Core-3.6.9.jar" target-dir="libs" />


</platform>
</plugin>
Binary file modified src/android/MobFox-Android-AdMob-Adapter.jar
Binary file not shown.
Binary file removed src/android/MobFox-Android-SDK-Core-3.3.0.jar
Binary file not shown.
Binary file added src/android/MobFox-Android-SDK-Core-3.6.9.jar
Binary file not shown.