mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-08-05 23:48:41 +00:00
0.1.2.2
This commit is contained in:
parent
532c9584ef
commit
52b2ce1f48
4 changed files with 10 additions and 6 deletions
Binary file not shown.
BIN
NockNock-0.1.2.2.apk
Normal file
BIN
NockNock-0.1.2.2.apk
Normal file
Binary file not shown.
|
@ -8,8 +8,8 @@ android {
|
||||||
applicationId "com.afollestad.nocknock"
|
applicationId "com.afollestad.nocknock"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 24
|
targetSdkVersion 24
|
||||||
versionCode 11
|
versionCode 12
|
||||||
versionName "0.1.2.1"
|
versionName "0.1.2.2"
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
abortOnError false
|
abortOnError false
|
||||||
|
@ -34,10 +34,10 @@ android {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:appcompat-v7:24.1.1'
|
compile 'com.android.support:appcompat-v7:24.1.1'
|
||||||
compile 'com.afollestad.material-dialogs:core:0.8.6.2'
|
compile 'com.afollestad.material-dialogs:core:0.9.0.0'
|
||||||
compile 'com.afollestad.material-dialogs:commons:0.8.6.2'
|
compile 'com.afollestad.material-dialogs:commons:0.9.0.0'
|
||||||
compile 'com.afollestad:bridge:3.2.5'
|
compile 'com.afollestad:bridge:3.2.5'
|
||||||
compile 'com.afollestad:inquiry:3.1.0'
|
compile 'com.afollestad:inquiry:3.2.1'
|
||||||
compile 'com.android.support:design:24.1.1'
|
compile 'com.android.support:design:24.1.1'
|
||||||
compile files('libs/rhino-1.7.7.1.jar')
|
compile files('libs/rhino-1.7.7.1.jar')
|
||||||
}
|
}
|
|
@ -237,7 +237,11 @@ public class CheckService extends Service {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onDestroy() {
|
public void onDestroy() {
|
||||||
Inquiry.destroy(this);
|
try {
|
||||||
|
Inquiry.destroy(this);
|
||||||
|
} catch (Throwable t2) {
|
||||||
|
t2.printStackTrace();
|
||||||
|
}
|
||||||
super.onDestroy();
|
super.onDestroy();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue