Skip to content

myfitnesspal/mopub-android-sdk

 
 

Repository files navigation

MoPub Android SDK for MFP Android App

Here's how to update and integrate this SDK into the MFP Android App.

	% git fetch upstream
	% git merge upstream/master
  • Change pom.xml to reflect the new version number
	<properties>
		<mopub.sdk.version>1.17.2.0</mopub.sdk.version>
	</properties>
  • Build and install into maven repo
	% mvn clean install
  • Install into android app local repo
	% cd ../android-app/maven_repo_3rd_party
	% install.sh -f /your/.m2/repo/com/mopub/mobileads/mopub-sdk/<version>/mopub-sdk-<version>.jar -g com.mopub.mobileads -a mopub-sdk -v <version> -p jar
	% git add com/mopub/mobileads
	% git commit -a -m "update to version <version> of mopub"
	% git push origin <branchname>
  • Change the version in app/pom.xml
    <dependency>
        <groupId>com.mopub.mobileads</groupId>
        <artifactId>mopub-sdk</artifactId>
        <version>VERSION</version>
        <exclusions>
            <exclusion>
                <groupId>com.google.android</groupId>
                <artifactId>support-v4</artifactId>
            </exclusion>
        </exclusions>
    </dependency>

MoPub Android SDK

Thanks for taking a look at MoPub! We take pride in having an easy-to-use, flexible monetization solution that works across multiple platforms.

Sign up for an account at http://app.mopub.com/.

Help is available on the wiki.

Download

The MoPub SDK is distributed as source code that you can include in your application. MoPub provides two prepackaged archives of source code:

  • MoPub Android Full SDK.zip

    Includes everything you need to serve HTML and MRAID MoPub advertisiments and built-in support for Millennial Media third party ad network - Millennial Media - including the required third party binaries.

  • MoPub Android Base SDK.zip

    Includes everything you need to serve HTML and MRAID MoPub advertisements. No third party ad networks are included.

Integrate

Integration instructions are available on the wiki.

New in this Version

Please view the changelog for details.

  • Bug Fixes

Requirements

Android 2.3.1 (API Version 9) and up

License

We have launched a new license as of version 3.2.0. To view the full license, visit http://www.mopub.com/legal/sdk-license-agreement/.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.7%
  • JavaScript 1.1%
  • Groovy 0.2%