Skip to content

Commit

Permalink
Released new version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hummatli committed Feb 26, 2017
1 parent cd6e93a commit 726cb16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions MAHAds/mah-ads-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.mobapphome.mahads.sample"
minSdkVersion 15
targetSdkVersion 25
versionCode 10
versionName "2.0.7"
versionCode 11
versionName "2.1.1"
}

signingConfigs {
Expand All @@ -33,6 +33,6 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.1.1'
compile 'com.android.support:appcompat-v7:25.2.0'
compile project(':mah-ads')
}
6 changes: 3 additions & 3 deletions MAHAds/mah-ads/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/hummatli/MAHAds'
gitUrl = 'https://github.com/hummatli/MAHAds.git'

libraryVersion = '2.1.1-beta.7'
libraryVersion = '2.1.2'

developerId = 'hummatli'
developerName = 'Sattar Hummatli'
Expand Down Expand Up @@ -42,11 +42,11 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:25.1.1'
compile 'com.android.support:appcompat-v7:25.2.0'
compile 'org.jsoup:jsoup:1.9.2'
compile 'com.google.code.gson:gson:2.8.0'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.android.support:support-v4:25.1.1'
compile 'com.android.support:support-v4:25.2.0'
}

apply from: 'conf_for_maven/installv1.gradle'
Expand Down

0 comments on commit 726cb16

Please sign in to comment.