mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 15:40:14 -04:00
Big change in the Today function: not a list anymore but a view, shown in the Toolbar
Layout enhancements (Coordinator Layout and Floating Action Button) in Tasks Fragment Code refactoring
This commit is contained in:
@@ -8,8 +8,8 @@ android {
|
||||
applicationId "com.wismna.geoffroy.donext"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 25
|
||||
versionCode 14
|
||||
versionName "1.3.0"
|
||||
versionCode 15
|
||||
versionName "1.4.0"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
@@ -21,7 +21,6 @@ android {
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
testCompile 'junit:junit:4.12'
|
||||
compile 'com.android.support:appcompat-v7:25.3.0'
|
||||
compile 'com.android.support:design:25.3.0'
|
||||
compile 'com.android.support:support-v4:25.3.0'
|
||||
@@ -29,4 +28,5 @@ dependencies {
|
||||
compile 'com.android.support:recyclerview-v7:25.3.0'
|
||||
compile 'com.google.android.gms:play-services-ads:10.2.0'
|
||||
compile 'net.danlew:android.joda:2.9.7'
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
|
Reference in New Issue
Block a user