Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
updating Twitter Kit, Mopub Kits and increasing build version to publ…
Browse files Browse the repository at this point in the history
…ish the app
  • Loading branch information
lfcipriani committed Oct 14, 2015
1 parent 6880bf3 commit ede958c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "io.fabric.samples.cannonball"
minSdkVersion 15
targetSdkVersion 21
versionCode 8
versionName "1.0.1"
versionCode 9
versionName "1.0.2"
}

buildTypes {
Expand Down Expand Up @@ -56,10 +56,10 @@ repositories {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile('com.twitter.sdk.android:twitter:1.6.1@aar') {
compile('com.twitter.sdk.android:twitter:1.8.0@aar') {
transitive = true
}
compile('com.mopub.sdk.android:mopub:3.8.0@aar') {
compile('com.mopub.sdk.android:mopub:3.13.0@aar') {
transitive = true;
}
compile('com.crashlytics.sdk.android:crashlytics:2.5.2@aar') {
Expand Down

0 comments on commit ede958c

Please sign in to comment.