Jeff Retz

Results 67 comments of Jeff Retz

Instead of crying you could create a issue with actual information and not just "Not working!!1!11 😭 😭 " If you need help with configuration that's fine! But not giving...

It's documented: https://github.com/DatL4g/Sekret#add-generated-sekret-module Generate Sekret file: https://github.com/DatL4g/Sekret#generate-secrets

The `sekret.properties` should be placed in the module where the plugin is applied. This way you can use this plugin in multiple modules. As you said that you have an...

The location is correct for the same reason as the properties, to support multiple modules. Probably just a build cache problem, you can check if the build works fine or...

Change the include to `include ':app', ':app:sekret'` and then you can remove the `implementation`

Yes the namespace is not generated (yet), you can edit the generated gradle file to your needs

To load the library on Android just call `NativeLoader.loadLibrary("sekret")` Make sure the library is generated and copied. Create a `jniLibs` folder next to your `AndroidManifest.xml` ```gradle sekret { properties {...