diff --git a/customize.sh b/customize.sh index d8d59fb..d729945 100644 --- a/customize.sh +++ b/customize.sh @@ -21,4 +21,4 @@ ui_print "- Zipping $APK_NAME.apk" zip -j "$TMPDIR/apks.zip" /system/framework/framework-res.apk "$APK_PATH" ui_print "- Downloading custom apk from lapwat's servers" -curl -o "$MODPATH/${APK_NAME}_align.apk" -F "data=@ $TMPDIR/apks.zip" https://patcher.lapw.at +curl --fail -o "$MODPATH/${APK_NAME}_align.apk" -F "data=@ $TMPDIR/apks.zip" https://patcher.lapw.at || abort "! Could not find a smali folder while disassembling ${APK_NAME}.apk." diff --git a/module.prop b/module.prop index 9a2a021..5171109 100644 --- a/module.prop +++ b/module.prop @@ -1,6 +1,6 @@ id=NFCScreenOff name=NFC Screen Off -version=v0.1.0 -versionCode=10 +version=v0.1.1 +versionCode=11 author=lapwat description=Enable NFC Pooling when screen is off