diff --git a/build.gradle b/build.gradle index 6d6352de..469b3eb1 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,6 @@ allprojects { repositories { jcenter() google() - maven { url 'https://jitpack.io' } } } diff --git a/cameraview/build.gradle b/cameraview/build.gradle index dc50d1aa..c561ffc0 100644 --- a/cameraview/build.gradle +++ b/cameraview/build.gradle @@ -48,12 +48,7 @@ dependencies { api 'androidx.lifecycle:lifecycle-common:2.1.0' api 'com.google.android.gms:play-services-tasks:17.0.0' implementation 'androidx.annotation:annotation:1.1.0' - - api 'com.github.natario1:Egloo:refactor-SNAPSHOT' -} - -configurations.all { - resolutionStrategy.cacheChangingModulesFor 0, 'seconds' + implementation 'com.otaliastudios.opengl:egloo:0.4.0' } //endregion