Changeset View
Changeset View
Standalone View
Standalone View
build.gradle
Show First 20 Lines • Show All 47 Lines • ▼ Show 20 Lines | |||||
android { | android { | ||||
compileSdkVersion 31 | compileSdkVersion 31 | ||||
buildToolsVersion '30.0.3' | buildToolsVersion '30.0.3' | ||||
defaultConfig { | defaultConfig { | ||||
applicationId "it.reyboz.bustorino" | applicationId "it.reyboz.bustorino" | ||||
minSdkVersion 16 | minSdkVersion 16 | ||||
targetSdkVersion 31 | targetSdkVersion 31 | ||||
versionCode 38 | versionCode 39 | ||||
versionName "1.16.2" | versionName "1.16.3" | ||||
vectorDrawables.useSupportLibrary = true | vectorDrawables.useSupportLibrary = true | ||||
multiDexEnabled true | multiDexEnabled true | ||||
} | } | ||||
compileOptions { | compileOptions { | ||||
sourceCompatibility JavaVersion.VERSION_1_8 | sourceCompatibility JavaVersion.VERSION_1_8 | ||||
targetCompatibility JavaVersion.VERSION_1_8 | targetCompatibility JavaVersion.VERSION_1_8 | ||||
} | } | ||||
▲ Show 20 Lines • Show All 80 Lines • Show Last 20 Lines |
Public contents are in Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) or GNU Free Documentation License (at your option) unless otherwise noted. · Contact / Register