Adding initial sample project - #27
Conversation
|
I also updated the kotlin and gradle versions that were causing build issues with newer versions of Android Studio and JDK |
What issues were you encountering? Seems like it should maybe be a separate PR. I'd also caution against raising the Kotlin version higher than necessary in case it causes compatibility issues for consumers |
This reverts commit 2317c9c.
I reverted those changes. Versions should be the same now |
| // No compilerArgs. Language.C compiles with a hardcoded | ||
| // `-std=gnu11 -O3 -Wall -Wextra -Werror`, and both Monocypher 4.0.3 and secure_random.c | ||
| // build clean under it, so no -Wno-error= escape hatch is needed. | ||
| // compilerArgs.addAll( | ||
| // listOf( | ||
| // ) | ||
| // ) | ||
| } |
There was a problem hiding this comment.
do we need to keep this commented out portion?
There was a problem hiding this comment.
No we can remove that
Adding small sample project that adds
monocypher, a crypto library.