mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 15:40:14 -04:00
Lots of code cleanup and improvements after inspection
Load Today tasks in a AsyncTask Use of plurals instead of string Menu icons change No more tasks now displayed in the center of the screen
This commit is contained in:
@@ -8,8 +8,8 @@ android {
|
||||
applicationId "com.wismna.geoffroy.donext"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 25
|
||||
versionCode 15
|
||||
versionName "1.4.0"
|
||||
versionCode 16
|
||||
versionName "1.4.1"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
@@ -26,7 +26,7 @@ dependencies {
|
||||
compile 'com.android.support:support-v4:25.3.0'
|
||||
compile 'com.android.support:percent:25.3.0'
|
||||
compile 'com.android.support:recyclerview-v7:25.3.0'
|
||||
compile 'com.google.android.gms:play-services-ads:10.2.0'
|
||||
compile 'com.google.android.gms:play-services-ads:10.2.1'
|
||||
compile 'net.danlew:android.joda:2.9.7'
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
|
Reference in New Issue
Block a user