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 { | ||||
| compileSdkVersion 33 | compileSdkVersion 33 | ||||
| buildToolsVersion '33.0.2' | buildToolsVersion '33.0.2' | ||||
| namespace "it.reyboz.bustorino" | namespace "it.reyboz.bustorino" | ||||
| defaultConfig { | defaultConfig { | ||||
| applicationId "it.reyboz.bustorino" | applicationId "it.reyboz.bustorino" | ||||
| minSdkVersion 21 | minSdkVersion 21 | ||||
| targetSdkVersion 33 | targetSdkVersion 33 | ||||
| versionCode 52 | versionCode 53 | ||||
| versionName "2.1.2" | versionName "2.1.3" | ||||
| 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 117 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