Skip to content

Commit

Permalink
Allow to reset ssl certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
ismartcoding committed Jun 15, 2024
1 parent 0feec0c commit 292cae9
Show file tree
Hide file tree
Showing 32 changed files with 963 additions and 73 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@ plugins {
id("com.google.firebase.crashlytics")
id("com.apollographql.apollo3") version "3.2.1"
id("kotlin-parcelize")
id("androidx.room")
id("com.google.devtools.ksp")
kotlin("android")
kotlin("kapt")
kotlin("plugin.serialization") version "1.9.23"
}

room {
schemaDirectory("$projectDir/schemas")
}

val keystoreProperties = Properties()
rootProject.file("keystore.properties").let {
if (it.exists()) {
Expand Down
Loading

0 comments on commit 292cae9

Please sign in to comment.