diff options
author | pacien | 2019-06-13 17:57:58 +0200 |
---|---|---|
committer | pacien | 2019-06-13 17:57:58 +0200 |
commit | f01c0adf439242d21db7d3c4971eea3456300eb1 (patch) | |
tree | b327aa55d70a3ac6d1639e25dba9e172479c0acd | |
parent | c45e22aa7ef30ac31f5ffdadc6f6de7396c21315 (diff) | |
download | tincapp-f01c0adf439242d21db7d3c4971eea3456300eb1.tar.gz |
update dependencies
-rw-r--r-- | app/CMakeLists.txt | 4 | ||||
-rw-r--r-- | build.gradle | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 295fa24..a5a17e7 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt | |||
@@ -43,8 +43,8 @@ ExternalProject_Add(lzo | |||
43 | ) | 43 | ) |
44 | 44 | ||
45 | ExternalProject_Add(libressl | 45 | ExternalProject_Add(libressl |
46 | URL https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.8.3.tar.gz | 46 | URL https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.9.2.tar.gz |
47 | URL_HASH SHA256=9b640b13047182761a99ce3e4f000be9687566e0828b4a72709e9e6a3ef98477 | 47 | URL_HASH SHA256=c4c78167fae325b47aebd8beb54b6041d6f6a56b3743f4bd5d79b15642f9d5d4 |
48 | CONFIGURE_COMMAND <SOURCE_DIR>/configure ${xCONFIG} --disable-shared | 48 | CONFIGURE_COMMAND <SOURCE_DIR>/configure ${xCONFIG} --disable-shared |
49 | BUILD_COMMAND make -j8 -C crypto | 49 | BUILD_COMMAND make -j8 -C crypto |
50 | INSTALL_COMMAND make -C crypto install DESTDIR=${CMAKE_CURRENT_BINARY_DIR} && | 50 | INSTALL_COMMAND make -C crypto install DESTDIR=${CMAKE_CURRENT_BINARY_DIR} && |
diff --git a/build.gradle b/build.gradle index e580357..e6685ce 100644 --- a/build.gradle +++ b/build.gradle | |||
@@ -19,7 +19,7 @@ | |||
19 | // Top-level build file where you can add configuration options common to all sub-projects/modules. | 19 | // Top-level build file where you can add configuration options common to all sub-projects/modules. |
20 | 20 | ||
21 | buildscript { | 21 | buildscript { |
22 | ext.kotlin_version = '1.3.21' | 22 | ext.kotlin_version = '1.3.31' |
23 | 23 | ||
24 | repositories { | 24 | repositories { |
25 | jcenter() | 25 | jcenter() |
@@ -27,7 +27,7 @@ buildscript { | |||
27 | } | 27 | } |
28 | 28 | ||
29 | dependencies { | 29 | dependencies { |
30 | classpath 'com.android.tools.build:gradle:3.4.0' | 30 | classpath 'com.android.tools.build:gradle:3.4.1' |
31 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | 31 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" |
32 | 32 | ||
33 | // NOTE: Do not place your application dependencies here; they belong | 33 | // NOTE: Do not place your application dependencies here; they belong |