Android Studio Arctic Fox [best] May 2026
android compileSdk 31 buildToolsVersion "31.0.0" defaultConfig minSdk 21 targetSdk 31
compileOptions sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 android studio arctic fox
buildscript ext.kotlin_version = '1.5.31' // Kotlin 1.5.31 recommended repositories google() mavenCentral() dependencies classpath 'com.android.tools.build:gradle:7.0.4' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" android compileSdk 31 buildToolsVersion "31