mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-09-04 11:29:31 +00:00
Build tools 37.0.0 (#475)
This commit is contained in:
@@ -4,13 +4,13 @@ plugins {
|
||||
|
||||
android {
|
||||
namespace = "com.example.testapp"
|
||||
compileSdk = 36
|
||||
buildToolsVersion = "36.0.0"
|
||||
compileSdk = 37
|
||||
buildToolsVersion = "37.0.0"
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "com.example.testapp"
|
||||
minSdk = 23
|
||||
targetSdk = 36
|
||||
targetSdk = 37
|
||||
versionCode = 1
|
||||
versionName = "1.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user