Skip to content

Commit

Permalink
Updated last fix to production.
Browse files Browse the repository at this point in the history
  • Loading branch information
knirirr committed Aug 12, 2015
1 parent c541a49 commit 94b3782
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion beecount/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 20
versionCode 107
versionCode 108
}
/*
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion beecount/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.knirirr.beecount"
android:largeHeap="true"
android:versionName="2.3.8-beta1">
android:versionName="2.3.8">


<uses-permission android:name="android.permission.WAKE_LOCK" />
Expand Down
4 changes: 2 additions & 2 deletions beecount/src/main/res/raw/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
</head>
<body>
$ 2.3.8
% version 2.3.8-beta1
_ 2015-08-06
% version 2.3.8
_ 2015-08-12
* Bugfix for saving alert sound.
$ 2.3.7-r2
% version 2.3.7-r2
Expand Down

0 comments on commit 94b3782

Please sign in to comment.