Skip to content

Commit

Permalink
Merge branch 'hotfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
tux-mind committed Oct 14, 2015
2 parents cdfe671 + d02e832 commit 5963418
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cSploit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 22
versionCode 3
versionName "1.6.1"
versionCode 4
versionName "1.6.2"
if(System.getenv("NIGHTLY_BUILD")) {
versionName += "+" + System.getenv("NIGHTLY_BUILD_COMMIT").substring(0, 7)
}
Expand Down
2 changes: 1 addition & 1 deletion cSploit/src/org/csploit/android/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ public void onReceive(Context context, Intent intent) {
mUpdateStatus.setText(UPDATE_MESSAGE.replace(
"#STATUS#", getString(R.string.no_updates_available)));

if (!System.isCoreInitialized()) {
if (!System.isCoreInstalled()) {
onInitializationError(getString(R.string.no_core_found));
}
break;
Expand Down

0 comments on commit 5963418

Please sign in to comment.