From dc93e5cc7c2157d51975d8a78a193bbc76bb0a6b Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 4 Sep 2017 23:26:43 +0200 Subject: android: textrelocations are no longer an issue (can target 23 and later) Change-Id: Ib80651bf3b23cf74abc76472c247b83622046700 --- android/source/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/android/source/build.gradle b/android/source/build.gradle index 5f850c197122..970ffeed3534 100644 --- a/android/source/build.gradle +++ b/android/source/build.gradle @@ -51,10 +51,7 @@ android { } defaultConfig { minSdkVersion 14 - // openssl on x86 makes the native-code.so contain text-relocations, - // 22 treats them as warnings, on 23 it is fatal error - // ToDo: fix openssl stuff to not block targeting 23 or later - targetSdkVersion 22 + targetSdkVersion 24 vectorDrawables.useSupportLibrary = true } buildTypes { -- cgit