Skip to content

Commit ac4847a

Browse files
authored
Merge pull request #516 from dcangulo/dcangulo-patch-1
fix: android build error on react native 0.80+
2 parents d3fbd43 + 75d4379 commit ac4847a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.4.1)
22
project(PkceChallenge)
33

44
set (CMAKE_VERBOSE_MAKEFILE ON)
5-
set (CMAKE_CXX_STANDARD 14)
5+
set (CMAKE_CXX_STANDARD 17)
66

77
add_library(react-native-pkce-challenge
88
SHARED

0 commit comments

Comments
 (0)