File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Version 1.3
2+
3+ New countries <-> publications <-> issues navigation menu
4+ Faster loading of COA lists
5+ Fix going back to collection when pressing the Back button from login view
6+
17Version 1.2.3
28
39 Disable focus on the filter text input when loading list views
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 applicationId " net.ducksmanager.whattheduck"
99 minSdkVersion 15
1010 targetSdkVersion 19
11- versionCode 12
12- versionName " 1.2. 3"
11+ versionCode 13
12+ versionName " 1.3"
1313 }
1414 buildTypes {
1515 release {
@@ -22,6 +22,6 @@ android {
2222dependencies {
2323 compile fileTree(include : [' *.jar' ], dir : ' libs' )
2424 testCompile ' junit:junit:4.12'
25- compile ' com.android.support:appcompat-v7:24.0.0 '
26- compile ' com.android.support:design:24.0.0 '
25+ compile ' com.android.support:appcompat-v7:24.1.1 '
26+ compile ' com.android.support:design:24.1.1 '
2727}
You can’t perform that action at this time.
0 commit comments