Skip to content
Snippets Groups Projects

Added theme and image support functionality to the note app

Merged Abhay Menon requested to merge main-serverless into main
10 files
+ 949
14
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 1
1
@@ -25,7 +25,7 @@ dependencies {
@@ -25,7 +25,7 @@ dependencies {
implementation project(':utilities')
implementation project(':utilities')
testImplementation 'org.jetbrains.kotlin:kotlin-test'
testImplementation 'org.jetbrains.kotlin:kotlin-test'
implementation 'org.xerial:sqlite-jdbc:3.30.1'
implementation 'org.xerial:sqlite-jdbc:3.39.3.0'
implementation("org.slf4j:slf4j-simple:1.6.1")
implementation("org.slf4j:slf4j-simple:1.6.1")
Loading