diff --git a/build.gradle b/build.gradle index 709667e6..1dd61928 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.5.2' + classpath 'com.android.tools.build:gradle:3.5.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/devkit/build.gradle b/devkit/build.gradle index 2fc68832..0db05f35 100644 --- a/devkit/build.gradle +++ b/devkit/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation 'com.github.tbruyelle:rxpermissions:0.10.2' implementation "io.reactivex.rxjava2:rxjava:2.2.15" api 'org.greenrobot:eventbus:3.1.1' - implementation 'com.lahm.library:easy-protector-release:1.1.0' + implementation 'com.lahm.library:easy-protector-release:1.1.1' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'