Changeset View
Changeset View
Standalone View
Standalone View
build.gradle
| Show All 28 Lines | android { | ||||
| buildToolsVersion '27.0.3' | buildToolsVersion '27.0.3' | ||||
| defaultConfig { | defaultConfig { | ||||
| applicationId "it.reyboz.bustorino" | applicationId "it.reyboz.bustorino" | ||||
| minSdkVersion 9 | minSdkVersion 9 | ||||
| targetSdkVersion 25 | targetSdkVersion 25 | ||||
| versionCode 27 | versionCode 27 | ||||
| versionName "1.11" | versionName "1.11" | ||||
| 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 | ||||
| } | } | ||||
| sourceSets { | sourceSets { | ||||
| Show All 40 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