pull/766/head
Mattia Iavarone 6 years ago
parent 436f711da7
commit 6dfd4ef19f
  1. 1
      build.gradle
  2. 7
      cameraview/build.gradle

@ -15,7 +15,6 @@ allprojects {
repositories { repositories {
jcenter() jcenter()
google() google()
maven { url 'https://jitpack.io' }
} }
} }

@ -48,12 +48,7 @@ dependencies {
api 'androidx.lifecycle:lifecycle-common:2.1.0' api 'androidx.lifecycle:lifecycle-common:2.1.0'
api 'com.google.android.gms:play-services-tasks:17.0.0' api 'com.google.android.gms:play-services-tasks:17.0.0'
implementation 'androidx.annotation:annotation:1.1.0' implementation 'androidx.annotation:annotation:1.1.0'
implementation 'com.otaliastudios.opengl:egloo:0.4.0'
api 'com.github.natario1:Egloo:refactor-SNAPSHOT'
}
configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
} }
//endregion //endregion

Loading…
Cancel
Save