Implements the Percent support library in Fragment Tasks to handle RecyclerView size

Version increase
This commit is contained in:
2016-01-07 17:20:56 -05:00
parent 2a740999fd
commit 85c73eacb9
7 changed files with 15 additions and 12 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.wismna.geoffroy.donext"
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionCode 3
versionName "0.3"
}
buildTypes {
release {
@@ -25,5 +25,7 @@ dependencies {
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.android.support:support-v4:23.1.1'
compile 'com.android.support:percent:23.1.1'
compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.google.android.gms:play-services-ads:8.4.0'
}