π
Which would explain the issues you are having. Right now you can use emergeReaper = "1.0.1-SNAPSHOT". I'll try and sort out a 1.0.2 release shortly.
I see you mean the runtime library - I understand and updated it but it didn't help. I think the problem is before the app launches - at the time of actual build time.
Assuming I have a simple configuration like this
plugins {
id("com.emergetools.android") version "4.4.0"
}
emerge {
reaper {
enabledVariants = ["myVariant"]
publishableApiKey = "key"
}
}
when I execute
./gradlew emergeReaperPreflightMyVariant
I'm getting
βββββββββββββββββββββββββββββββββββββββ
β Reaper preflight check failed (3/4) β
β ββββββββββββββββββββββββββββββββββββββ
β β β Emerge API token set
β β β
enabled for variant: wordpressVanillaRelease
β β β
publishableApiKey set
ββ β
Runtime Library added
I think in the current form, the Reaper Gradle Plugin still needs the Emerge API token. So this circles back to my original question: is it possible to obtain the token somehow?