Skip to content

Commit

Permalink
Merge branch 'release-2.0.7' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteckler committed Dec 1, 2014
2 parents 9cf86b8 + 5a4614a commit 3d67e3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId 'com.ryansteckler.nlpunbounce'
minSdkVersion 16
targetSdkVersion 20
versionCode 43
versionName '2.0.6'
versionCode 44
versionName '2.0.7'
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
public class Wakelocks implements IXposedHookLoadPackage {

private static final String TAG = "Amplify: ";
public static final String VERSION = "2.0.6"; //This needs to be pulled from the manifest or gradle build.
public static final String VERSION = "2.0.7"; //This needs to be pulled from the manifest or gradle build.
public static final String FILE_VERSION = "3"; //This needs to be pulled from the manifest or gradle build.
private HashMap<String, Long> mLastWakelockAttempts = null; //The last time each wakelock was allowed.
private HashMap<String, Long> mLastAlarmAttempts = null; //The last time each alarm was allowed.
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
android:key="about_author"
android:editable="false"
android:defaultValue="0"
android:summary="Version: 2.0.6"
android:summary="Version: 2.0.7"
/>

<Preference
Expand Down

0 comments on commit 3d67e3e

Please sign in to comment.