Skip to content

Commit

Permalink
Create release v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
WIStudent committed Aug 31, 2015
1 parent 01c7006 commit f5239a8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Change Log

## [unreleased] [unreleased]
## [0.5] 2015-08-31
### Added
- The app will check on start up, if an updated list of SSIDs is available. If the check didn't fail, the next check will not be started until 24 hours have passed.

### Changed
- Notifications will also be displayed on the lock screen.

## [0.4] 2015-08-15
### Changed
- Improved notification settings.
Expand Down
Binary file removed app/FreifunkAutoConnect_v_0_4.apk
Binary file not shown.
Binary file added app/FreifunkAutoConnect_v_0_5.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.example.tobiastrumm.freifunkautoconnect"
minSdkVersion 15
targetSdkVersion 22
versionCode 4
versionName "0.4"
versionCode 5
versionName "0.5"
}
buildTypes {
release {
Expand Down

0 comments on commit f5239a8

Please sign in to comment.