Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schlan committed Jun 6, 2015
1 parent 0967a0b commit 8f78641
Show file tree
Hide file tree
Showing 2 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 @@ -8,8 +8,8 @@ android {
applicationId "at.droelf.clippy"
minSdkVersion 14
targetSdkVersion 22
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/java/at/droelf/clippy/Global.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public void init(Context context){
this.settingsStorage = new SettingsStorage(context);

//TODO
this.logTree = new Timber.DebugTree();
Logger.setLoggable(true);
this.logTree = releaseTree;
Logger.setLoggable(false);

initZendesk(context);
init = true;
Expand Down

0 comments on commit 8f78641

Please sign in to comment.