mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-03 04:14:02 +00:00
add mvnrepository.com for gradle
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
afc368b1b0
commit
411a74e040
BIN
android/app/libs/google-services-4.1.0.jar
Normal file
BIN
android/app/libs/google-services-4.1.0.jar
Normal file
Binary file not shown.
BIN
android/app/libs/gradle-download-task-3.1.2.jar
Normal file
BIN
android/app/libs/gradle-download-task-3.1.2.jar
Normal file
Binary file not shown.
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
|
flatDir { dirs "libs", "${rootDir}/app/libs" }
|
||||||
google()
|
google()
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
|
@ -28,4 +28,4 @@ STATUS_RELEASE_KEY_PASSWORD=password
|
|||||||
# Workaround for issue https://github.com/facebook/react-native/issues/16906 (TODO: fixed in 0.57.3, remove once we upgrade react-native)
|
# Workaround for issue https://github.com/facebook/react-native/issues/16906 (TODO: fixed in 0.57.3, remove once we upgrade react-native)
|
||||||
android.enableAapt2=false
|
android.enableAapt2=false
|
||||||
|
|
||||||
org.gradle.jvmargs=-Xmx4608M
|
org.gradle.jvmargs=-Xmx8704M
|
||||||
|
@ -29,7 +29,7 @@ def podUpdate() {
|
|||||||
sh "touch ${lockFile}"
|
sh "touch ${lockFile}"
|
||||||
sh 'pod update --silent --no-ansi'
|
sh 'pod update --silent --no-ansi'
|
||||||
} finally {
|
} finally {
|
||||||
sh "rm ${lockFile}"
|
sh "rm -f ${lockFile}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -28,19 +28,9 @@ set(CONFIGURE_SCRIPT build-status-go.sh)
|
|||||||
|
|
||||||
file(STRINGS "../../../STATUS_GO_VERSION" STATUS_GO_VERSION)
|
file(STRINGS "../../../STATUS_GO_VERSION" STATUS_GO_VERSION)
|
||||||
|
|
||||||
# custom status-go builds are identified by '{date}-{time}-{commit}'
|
|
||||||
if ("${STATUS_GO_VERSION}" MATCHES "[0-9][0-9][0-9][0-9][0-9][0-9]-[0-9][0-9][0-9][0-9][0-9][0-9]-([0-9a-zA-Z]+)")
|
|
||||||
set(STATUS_GO_TAG ${CMAKE_MATCH_1})
|
|
||||||
else()
|
|
||||||
set(STATUS_GO_TAG ${STATUS_GO_VERSION})
|
|
||||||
endif()
|
|
||||||
|
|
||||||
ExternalProject_Add(StatusGo_ep
|
ExternalProject_Add(StatusGo_ep
|
||||||
PREFIX ${StatusGo_PREFIX}
|
PREFIX ${StatusGo_PREFIX}
|
||||||
SOURCE_DIR ${StatusGo_SOURCE_DIR}
|
SOURCE_DIR ${StatusGo_SOURCE_DIR}
|
||||||
GIT_REPOSITORY https://github.com/status-im/status-go.git
|
|
||||||
GIT_TAG ${STATUS_GO_TAG}
|
|
||||||
GIT_SHALLOW true
|
|
||||||
URL https://status-go.ams3.digitaloceanspaces.com/status-go-desktop-${STATUS_GO_VERSION}.zip
|
URL https://status-go.ams3.digitaloceanspaces.com/status-go-desktop-${STATUS_GO_VERSION}.zip
|
||||||
https://github.com/status-im/status-go/archive/${STATUS_GO_VERSION}.zip
|
https://github.com/status-im/status-go/archive/${STATUS_GO_VERSION}.zip
|
||||||
BUILD_BYPRODUCTS ${StatusGo_STATIC_LIB}
|
BUILD_BYPRODUCTS ${StatusGo_STATIC_LIB}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user