Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Update MoPub SDK version to 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-tai committed Feb 12, 2017
1 parent 9e940b7 commit 149fc46
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Add the dependencies to your application project:
```groovy
dependencies {
...
compile 'com.github.ayltai:mopub-nativead-adapters:1.0.0'
compile 'com.github.ayltai:mopub-nativead-adapters:1.0.1'
}
```

Expand Down Expand Up @@ -249,4 +249,4 @@ You can do it by extending [BaseEventNative](https://github.com/ayltai/mopub-nat
A working example can be found [here](https://github.com/ayltai/mopub-nativead-adapters/tree/master/app)

## Requirements
This library supports Android 3.0 Honeycomb (API 11) or later.
This library supports Android 4.1 Jelly Bean (API 16) or later.
4 changes: 2 additions & 2 deletions adapters/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
buildToolsVersion '25.0.2'

defaultConfig {
minSdkVersion 11
minSdkVersion 16
targetSdkVersion 25
}

Expand All @@ -42,7 +42,7 @@ configurations {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')

compile('com.mopub:mopub-sdk-native-static:4.11.0@aar') { transitive = true }
compile('com.mopub:mopub-sdk-native-static:4.12.0@aar') { transitive = true }
compile 'com.facebook.android:audience-network-sdk:4.19.0'
compile 'com.flurry.android:analytics:6.8.0'
compile 'com.flurry.android:ads:6.8.0'
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {

defaultConfig {
applicationId 'org.github.ayltai.mopub.adapter.app'
minSdkVersion 12
minSdkVersion 16
targetSdkVersion 25
versionCode 1
versionName '1.0.0'
Expand Down

0 comments on commit 149fc46

Please sign in to comment.