Skip to content

Commit

Permalink
Version bump to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andresth committed Feb 14, 2017
1 parent f665023 commit 0f05da9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

#### improvements

#### fixes

## v0.4.3
#### fixes
* Crash if project description is empty (issue #2)

Expand Down
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
apply plugin: 'com.android.application'

//noinspection GroovyMissingReturnStatement
android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
defaultConfig {
applicationId "in.andres.kandroid"
minSdkVersion 21
targetSdkVersion 25
versionCode 7
versionName "0.4.2"
versionCode 8
versionName "0.4.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 0f05da9

Please sign in to comment.