Bump
This commit is contained in:
parent
5e75828b09
commit
107056cf49
1 changed files with 2 additions and 2 deletions
|
|
@ -18,12 +18,12 @@ android {
|
|||
minSdkVersion 21
|
||||
targetSdkVersion 35
|
||||
|
||||
versionCode 33
|
||||
versionCode 34
|
||||
versionName "1.17.1"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
/* Required for Room schema migrations */
|
||||
/* Required for Room schema migrations */
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
arguments += ["room.schemaLocation": "$projectDir/schemas".toString()]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue