Update history

This commit is contained in:
Koitharu
2020-02-02 18:17:25 +02:00
parent a957021582
commit 64b38c561c
35 changed files with 359 additions and 137 deletions

View File

@@ -17,6 +17,12 @@ android {
versionName "0.1"
buildConfigField 'String', 'GIT_BRANCH', "\"${gitBranch}\""
kapt {
arguments {
arg("room.schemaLocation", "$projectDir/schemas".toString())
}
}
}
archivesBaseName = "kotatsu_${gitCommits}"
compileOptions {