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'