Add this to your source repositories
repositories {
maven { url "http://iwangpeng.github.io/repository/" }
mavenCentral()
}
compile 'com.aarki:monetization:3.0'
android:minSdkVersion = 11
compile 'com.nativex:monetization:5.5.6'
compile 'com.google.code.gson:gson:2.3.1'
Fyber has added support for Gradle/Maven integrations since version 7.1.0.
See http://developer.fyber.com/content/current/android/basics/downloads/
repositories {
maven {
name "Fyber's maven repo"
url "https://fyber.bintray.com/maven"
}
}
dependencies {
compile 'com.fyber:fyber-sdk:8.0.0'
}
compile 'com.trialpay.android:trialpay:3.3.2016110'
compile 'me.kiip.sdk:kiip:2.3.1'
compile 'com.supersonic:supersonicads:6.0.0'
compile 'com.woobi:monetization:1.3'
android:minSdkVersion = 10
compile 'com.jirbo.adcolony:adcolony:2.3.0'
android:minSdkVersion = 9
compile 'com.vungle:vungle:3.3.2'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.squareup.dagger:dagger:1.2.2'
compile 'com.applovin:applovin:6.4.2'
compile 'com.flurry.android:analytics:5.4.0'
compile 'com.mopub.mobileads.dfp.adapters:mopub-adapter:1.0.0'
See https://crosswalk-project.org/
compile 'org.xwalk:xwalk_core_library:15.44.384.13'