Android SDK Requirements
- EarthID Android SDK needs your
minSdkVersion
to be of 21 or above. - Your project must have
Java 8
enabled and use AndroidX instead of older support libraries. - The
android-gradle-plugin
version must be4.0.0
or above. - The
Proguard
version must be6.2.2
or above. In case R8 is enabled no other updates are needed. - The
kotlin-gradle-plugin
version must be1.4.0
or above.
Please check the migration guides below if you need any guidance for updating these dependencies.