Remove WakefulBroadcastReceiver usage

This commit is contained in:
Fredrik Fornwall
2017-11-04 23:38:49 +01:00
parent c949940374
commit 694ccc38c4
2 changed files with 2 additions and 9 deletions

View File

@@ -1,12 +1,11 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 26
compileSdkVersion 27
buildToolsVersion "27.0.0"
dependencies {
compile 'com.android.support:support-annotations:27.0.0'
compile "com.android.support:support-core-utils:27.0.0"
compile "com.android.support:support-core-ui:27.0.0"
compile project(":terminal-view")
}
@@ -14,7 +13,7 @@ android {
defaultConfig {
applicationId "com.termux"
minSdkVersion 21
targetSdkVersion 26
targetSdkVersion 27
versionCode 54
versionName "0.54"
}