From 58290ad43e8f693c8c583291c61640f3f6415e6c Mon Sep 17 00:00:00 2001 From: Chris Basinger Date: Tue, 6 Oct 2020 17:34:34 -0500 Subject: [PATCH] update BootLaces to 2.1 in build.gradle (#13) --- smsbackdoor/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/smsbackdoor/build.gradle b/smsbackdoor/build.gradle index 7c09293..bc912c2 100644 --- a/smsbackdoor/build.gradle +++ b/smsbackdoor/build.gradle @@ -29,8 +29,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.3.2' implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.github.evilthreads669966:bootlaces:1.0' - implementation 'androidx.lifecycle:lifecycle-service:2.2.0' + implementation 'com.github.evilthreads669966:bootlaces:2.1' implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.2.0" implementation 'com.github.evilthreads669966:wakeservice:1.2' testImplementation 'junit:junit:4.12'