We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aaec33 commit 26599a7Copy full SHA for 26599a7
Changelog.md
@@ -1,4 +1,4 @@
1
-## 0.5.4 (development)
+## 0.5.4
2
#### new features
3
4
#### improvements
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "in.andres.kandroid"
9
minSdkVersion 21
10
targetSdkVersion 25
11
- versionCode 13
12
- versionName "0.5.3"
+ versionCode 14
+ versionName "0.5.4"
13
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
14
}
15
buildTypes {
0 commit comments