diff --git a/app/build.gradle b/app/build.gradle index 5ba7f19..44167ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'com.ryansteckler.nlpunbounce' minSdkVersion 16 targetSdkVersion 20 - versionCode 33 - versionName '1.5' + versionCode 34 + versionName '1.5.1' } buildTypes { release { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 34b857d..ccd6dc8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -10,7 +10,7 @@ + android:value="Tame your alarms, wakelocks and services" /> mLastWakelockAttempts = null; //The last time each wakelock was allowed. private HashMap mLastAlarmAttempts = null; //The last time each alarm was allowed. private HashMap mLastServiceAttempts = null; //The last time each wakelock was allowed. diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 4287257..da4cdf8 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -56,7 +56,7 @@ android:key="about_author" android:editable="false" android:defaultValue="0" - android:summary="Version: 1.5" + android:summary="Version: 1.5.1" />