Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos committed Jun 18, 2015
1 parent 5460422 commit 6e8e1f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### 0.X.X Beta
###### To Be Released
### 0.5.1 Beta
###### Released: 18 June, 2015
* [IMPROVE](https://github.com/javiersantos/MLManager/commit/de1b35209835f25e8ed354c521c88295e0d4fd0b) Initial progress wheel changes with the current progress.
* [IMPROVE](https://github.com/javiersantos/MLManager/commit/d234fdb93566df85442a4b1275f87406bdb9c66c) Some UI changes to "About" layout.
* [IMPROVE](https://github.com/javiersantos/MLManager/commit/3b0732807d47bf4f6ce8313bbb0c33983668b5fb) FAB: new library and drawable for app details.
Expand Down
12 changes: 10 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,23 @@ android {
applicationId "com.javiersantos.mlmanager"
minSdkVersion 15
targetSdkVersion 22
versionCode 11
versionName "0.5"
versionCode 12
versionName "0.5.1"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
android {
lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}
}
}

dependencies {
Expand Down

0 comments on commit 6e8e1f4

Please sign in to comment.