Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9b4e198 authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

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

parent a521936c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {
+1 −0
Original line number Diff line number Diff line
- ⚙️ Migrate from SQLiteOpenHelper to Room database (#831)
 No newline at end of file