- ⚙️ Migrate from SQLiteOpenHelper to Room database (#831)

This commit is contained in:
Stefan Niedermann 2021-04-23 12:07:49 +02:00
parent a521936c34
commit c9b4e1982b
2 changed files with 3 additions and 2 deletions

View file

@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 21
targetSdkVersion 29
versionCode 3003001
versionName "3.3.1"
versionCode 3004000
versionName "3.4.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {

View file

@ -0,0 +1 @@
- ⚙️ Migrate from SQLiteOpenHelper to Room database (#831)