Hey! does anyone have a good tutorial for implementing auth0 on android native 8? I can’t seem to find a way to implement auth0. Thank you!
Hi there @George97 welcome to the community!
Are you able to provide a bit more detail around the specific use case and environment you are looking to develop for? If you’re referring to Android 8 (API 26) support, API level 21 and newer is supported - This is assuming you are speaking to Auth0.Android.
Let us know!
I’m following the ‘get started’ section in auth0. That doesn’t work for my version.
this is my build.gradle:
android {
compileSdkVersion 28
buildToolsVersion “29.0.2”
defaultConfig {
manifestPlaceholders auth0Domain: 'com_auth0_domain', auth0Scheme: 'com_auth0_scheme'
minSdkVersion 26
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.