Skip to content

Commit

Permalink
Merge branch 'hotfix/0.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownmoon committed Jun 7, 2016
2 parents 762720a + d276d51 commit d3f3bc8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
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 "unknownmoon.cryforlight"
minSdkVersion 23
targetSdkVersion 23
versionCode 2
versionName "0.2"
versionCode 3
versionName "0.2.1"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public void onDestroy() {

releaseWakeLock();

showMsg("Service off", Toast.LENGTH_SHORT);
showMsg("Service Off", Toast.LENGTH_SHORT);
broadcastStopped();
}

Expand Down
2 changes: 2 additions & 0 deletions app/src/main/java/unknownmoon/cryforlight/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ public void onReceive(Context context, final Intent intent) {

FloatingActionButton fab = (FloatingActionButton) findViewById(R.id.fab);
fab.setActivated(mIsServiceOn);

showMsg("Service On", Toast.LENGTH_SHORT);
}
};

Expand Down

0 comments on commit d3f3bc8

Please sign in to comment.