mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 04:46:04 +03:00
- ⚙️ Migrate from SQLiteOpenHelper to Room database (#831)
This commit is contained in:
parent
a521936c34
commit
c9b4e1982b
2 changed files with 3 additions and 2 deletions
|
@ -14,8 +14,8 @@ android {
|
||||||
applicationId "it.niedermann.owncloud.notes"
|
applicationId "it.niedermann.owncloud.notes"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 3003001
|
versionCode 3004000
|
||||||
versionName "3.3.1"
|
versionName "3.4.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
annotationProcessorOptions {
|
annotationProcessorOptions {
|
||||||
|
|
1
fastlane/metadata/android/en-US/changelogs/3004000.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/3004000.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
- ⚙️ Migrate from SQLiteOpenHelper to Room database (#831)
|
Loading…
Reference in a new issue