Install
The GitHub README couldn't be loaded. Showing the cached install snippets from the SDK catalog.
gradle
implementation("sa.allstak:allstak-android:0.2.0")okhttp
implementation("sa.allstak:allstak-android-okhttp:0.2.0")Quick start
// Application.onCreate()
AllStak.init(this) {
apiKey = "{{API_KEY}}"
environment = "production"
}