Skip to content

Commit 84ef629

Browse files
committed
Upgrade libraries
Bump version
1 parent 1914b3a commit 84ef629

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
Version 1.2.3
28

39
Disable focus on the filter text input when loading list views

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 {
2222
dependencies {
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
}

0 commit comments

Comments
 (0)