Changeset View
Changeset View
Standalone View
Standalone View
app/build.gradle
| apply plugin: 'kotlin-kapt' | apply plugin: 'kotlin-kapt' | ||||
| apply plugin: 'kotlin-android' | apply plugin: 'kotlin-android' | ||||
| apply plugin: 'com.android.application' | apply plugin: 'com.android.application' | ||||
| android { | android { | ||||
| compileSdk 34 | compileSdk 34 | ||||
| namespace "it.reyboz.bustorino" | namespace "it.reyboz.bustorino" | ||||
| defaultConfig { | defaultConfig { | ||||
| applicationId "it.reyboz.bustorino" | applicationId "it.reyboz.bustorino" | ||||
| minSdkVersion 21 | minSdkVersion 21 | ||||
| targetSdkVersion 34 | targetSdkVersion 34 | ||||
| buildToolsVersion = '34.0.0' | buildToolsVersion = '34.0.0' | ||||
| versionCode 60 | versionCode 61 | ||||
| versionName "2.2.3" | versionName "2.3.0" | ||||
| 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 119 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