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
5 files
+ 196
5
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
1
@@ -25,7 +25,7 @@ dependencies {
implementation project(':utilities')
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")
Loading