mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-08-31 17:49:33 +00:00
Add minorAPiLevel = 1.
This commit is contained in:
@@ -4,7 +4,11 @@ plugins {
|
||||
|
||||
android {
|
||||
namespace = "com.example.testapp"
|
||||
compileSdk = 37
|
||||
compileSdk {
|
||||
version = release(37) {
|
||||
minorApiLevel = 1
|
||||
}
|
||||
}
|
||||
buildToolsVersion = "37.0.0"
|
||||
|
||||
defaultConfig {
|
||||
|
||||
Reference in New Issue
Block a user