Skip to content

3.5.0

Compare
Choose a tag to compare
@zoontek zoontek released this 14 Jul 11:25
· 112 commits to master since this release

⚠️ You have to target at least SDK 33 to perform the request:

buildscript {
  ext {
    buildToolsVersion = "33.0.0" // <- set at least 33.x
    minSdkVersion = 21
    compileSdkVersion = 33 // <- set at least 33
    targetSdkVersion = 33 // <- set at least 33

    //