mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
Bump build: ios 133; android 72 and build fixes (#654)
* update gesture version and bump android build * bump and fix ios build * update lock files * fixes * fix fotoapparat library source
This commit is contained in:
@@ -36,6 +36,7 @@ allprojects {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
maven {
|
||||
url("$rootDir/../../node_modules/react-native/android")
|
||||
}
|
||||
@@ -43,15 +44,11 @@ allprojects {
|
||||
url("$rootDir/../../node_modules/jsc-android/dist")
|
||||
}
|
||||
maven { url 'https://jitpack.io' }
|
||||
jcenter()
|
||||
maven {
|
||||
url 'https://google.bintray.com/google-services'
|
||||
}
|
||||
}
|
||||
configurations.configureEach {
|
||||
resolutionStrategy.dependencySubstitution {
|
||||
substitute(platform(module('com.gemalto.jp2:jp2-android'))) using module('com.github.Tgo1014:JP2ForAndroid:1.0.4')
|
||||
substitute module('io.fotoapparat:fotoapparat') using module('com.github.RedApparat:Fotoapparat:2.7.0')
|
||||
substitute module('io.fotoapparat:fotoapparat') using module('com.github.fotoapparat:fotoapparat:2.7.0')
|
||||
}
|
||||
resolutionStrategy.force 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user