Use Egloo Jitpack (temp)

egloo2
Mattia Iavarone 5 years ago
parent c6744444d7
commit aeeb9ae7fd
  1. 5
      build.gradle
  2. 6
      cameraview/build.gradle
  3. 2
      settings.gradle

@ -8,17 +8,14 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.5.3' classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.31"
classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.17"
} }
ext.kotlinVersion = '1.3.31'
} }
allprojects { allprojects {
repositories { repositories {
jcenter() jcenter()
google() google()
maven { url 'https://jitpack.io' }
} }
} }

@ -49,7 +49,11 @@ dependencies {
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 project(':egloo') api 'com.github.natario1:Egloo:refactor-SNAPSHOT'
}
configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
} }
//endregion //endregion

@ -1,3 +1 @@
include ':demo', ':cameraview' include ':demo', ':cameraview'
include ':egloo'
project(':egloo').projectDir = file('../Egloo/library')

Loading…
Cancel
Save