Changeset View
Changeset View
Standalone View
Standalone View
build.gradle
| Show All 35 Lines | |||||
| android { | android { | ||||
| compileSdkVersion 28 | compileSdkVersion 28 | ||||
| buildToolsVersion '29.0.3' | buildToolsVersion '29.0.3' | ||||
| defaultConfig { | defaultConfig { | ||||
| applicationId "it.reyboz.bustorino" | applicationId "it.reyboz.bustorino" | ||||
| minSdkVersion 14 | minSdkVersion 14 | ||||
| targetSdkVersion 28 | targetSdkVersion 28 | ||||
| versionCode 31 | versionCode 28 | ||||
| versionName "1.14" | versionName "1.12" | ||||
| vectorDrawables.useSupportLibrary = true | vectorDrawables.useSupportLibrary = 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 53 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