Skip to content

Commit

Permalink
Bump application version to latest release and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dotWee committed Nov 30, 2015
1 parent 7308c64 commit d4ebdea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/proguard-rules" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/reload-dex" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/restart-dex" />
Expand All @@ -124,8 +125,8 @@
<orderEntry type="library" exported="" scope="TEST" name="espresso-idling-resource-2.2.1" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="espresso-intents-2.2.1" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="runner-0.4.1" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="hamcrest-library-1.3" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="javax.annotation-api-1.2" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="hamcrest-library-1.3" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="javax.inject-1" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="hamcrest-integration-1.3" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="rules-0.4.1" level="project" />
Expand Down
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 "de.dotwee.micropinner"
minSdkVersion 16
targetSdkVersion 23
versionCode 20
versionName "v1.7"
versionCode 21
versionName "v1.8"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
8 changes: 5 additions & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,15 @@
- Reduced apk to 730kb
- download: [Github](https://github.com/dotWee/MicroPinner/releases/download/release-v1.7/release_v1.7.apk)

#### [Version: 1.7.1 / work-in-progress]
- sha1 checksum:
#### [Version: 1.8 / 30th November 2015]
- sha1 checksum: 4fd84e11af08e9297ba45ae7cf5fb937e587bc0e
- changes:
- Built with latest build-tools and updated support package
- Light-Theme enabled by default (switch back to dark by long-click on the advanced-switch)
- Material Design Switch for devices with Android 4.x (through updated dependencies)
- Notification action to copy pin's title (and content, if exists) to clipboard
- Make notification expandable (no longer wrapped content text)
- Priority and visibility restoring for pin-editing
- download: [Github]()
- Reduced application size to 680kb
- download: [Github](https://github.com/dotWee/MicroPinner/releases/download/release-v1.8/release_v1.8.apk)

0 comments on commit d4ebdea

Please sign in to comment.