Changeset View
Changeset View
Standalone View
Standalone View
build.gradle
Show First 20 Lines • Show All 49 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 40 | versionCode 41 | ||||
versionName "1.17" | versionName "1.17.1" | ||||
vectorDrawables.useSupportLibrary = true | vectorDrawables.useSupportLibrary = true | ||||
multiDexEnabled true | multiDexEnabled true | ||||
javaCompileOptions { | javaCompileOptions { | ||||
annotationProcessorOptions { | annotationProcessorOptions { | ||||
arguments = ["room.schemaLocation": "$projectDir/assets/schemas/".toString()] | arguments = ["room.schemaLocation": "$projectDir/assets/schemas/".toString()] | ||||
} | } | ||||
} | } | ||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" | ||||
▲ Show 20 Lines • Show All 108 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