Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Fixed "dumb" stability issue in the code. The normal APK release is n…
Browse files Browse the repository at this point in the history
…ow back to normal.
  • Loading branch information
maxieds committed Feb 13, 2018
1 parent 16cdd00 commit 6515fb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "com.maxieds.chameleonminilivedebugger"
minSdkVersion 21
targetSdkVersion 25
versionCode 34
versionName "0.3.4"
versionCode 36
versionName "0.3.6"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down Expand Up @@ -68,7 +68,7 @@ android {
buildConfigField "String", "BUILD_TIMESTAMP", "\"" + configBuildTimeStamp + "\""
resConfigs "en", "en_US", "en_UK", "de"
manifestPlaceholders = [
appIcon : "@drawable/chameleonicon64",
appIcon : "@drawable/chameleonicon_about64",
appTheme: "@style/AppThemeGreen",
appDebug: "false",
installLocation: "internalOnly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ public void clearStatusIcon(int iconID) {
@Override
protected void onCreate(Bundle savedInstanceState) {

if(isTaskRoot())
throw new RuntimeException("Testing the API KEY");
// fix bug where the tabs are blank when the application is relaunched:
if(runningActivity == null || !isTaskRoot()) {
super.onCreate(savedInstanceState);
Expand Down

0 comments on commit 6515fb9

Please sign in to comment.