io.github.quantones.harpocrate.jni-secret
Owner: Quentin Breant
Store your secret using the Android NDK
https://github.com/Quantones/JniSecret
Sources: https://github.com/Quantones/JniSecret
Version 0.0.5 (latest)
0.0.5
Created 12 December 2021.
Store your secret using the Android NDK
Using the plugins DSL:
plugins {
id("io.github.quantones.harpocrate.jni-secret") version "0.0.5"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("io.github.quantones.harpocrate:jni-secret:0.0.5")
}
}
apply(plugin = "io.github.quantones.harpocrate.jni-secret")
Using the plugins DSL:
plugins {
id "io.github.quantones.harpocrate.jni-secret" version "0.0.5"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "io.github.quantones.harpocrate:jni-secret:0.0.5"
}
}
apply plugin: "io.github.quantones.harpocrate.jni-secret"