Skip to content

Commit 5963418

Browse files
committed
Merge branch 'hotfix'
2 parents cdfe671 + d02e832 commit 5963418

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cSploit/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ android {
5252
defaultConfig {
5353
minSdkVersion 9
5454
targetSdkVersion 22
55-
versionCode 3
56-
versionName "1.6.1"
55+
versionCode 4
56+
versionName "1.6.2"
5757
if(System.getenv("NIGHTLY_BUILD")) {
5858
versionName += "+" + System.getenv("NIGHTLY_BUILD_COMMIT").substring(0, 7)
5959
}

cSploit/src/org/csploit/android/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ public void onReceive(Context context, Intent intent) {
11301130
mUpdateStatus.setText(UPDATE_MESSAGE.replace(
11311131
"#STATUS#", getString(R.string.no_updates_available)));
11321132

1133-
if (!System.isCoreInitialized()) {
1133+
if (!System.isCoreInstalled()) {
11341134
onInitializationError(getString(R.string.no_core_found));
11351135
}
11361136
break;

0 commit comments

Comments
 (0)