Changeset View
Changeset View
Standalone View
Standalone View
app/build.gradle
apply plugin: 'com.android.application' | apply plugin: 'com.android.application' | ||||
apply plugin: 'kotlin-android' | apply plugin: 'kotlin-android' | ||||
apply plugin: 'kotlin-kapt' | apply plugin: 'kotlin-kapt' | ||||
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 49 | versionCode 50 | ||||
versionName "2.0.0" | versionName "2.1.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 115 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