Skip to content

Commit

Permalink
Merge pull request #1 from alisen/dev/fdroid-prep
Browse files Browse the repository at this point in the history
  • Loading branch information
alisen authored Oct 15, 2023
2 parents 59020b3 + 1ea46a7 commit 180f5a0
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 64 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -559,3 +559,4 @@ obj/
# End of https://www.toptal.com/developers/gitignore/api/python,android,androidstudio,intellij+all,windows,linux,macos,sublimetext,java,kotlin,circuitpython
/zeapp/app/release/output-metadata.json
/zeapp/app/debug/output-metadata.json
/zeapp/versions.properties
11 changes: 0 additions & 11 deletions zeapp/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ plugins {
alias(libs.plugins.detekt.gradle)
alias(libs.plugins.dagger.hilt)
alias(libs.plugins.kotlin.kapt)
alias(libs.plugins.google.play.services)
alias(libs.plugins.firebase.appdistribution)
alias(libs.plugins.firebase.crashlytics)
alias(libs.plugins.license.report.gradle)
alias(libs.plugins.baselineprofile)
}
Expand Down Expand Up @@ -84,11 +81,6 @@ android {
"OPEN_API_TOKEN",
"\"${System.getenv("DALE2_TOKEN")}\"",
)

firebaseAppDistribution {
releaseNotesFile = "./release-notes.txt"
groups = "testers"
}
}
create("benchmark") {
signingConfig = signingConfigs.getByName("debug")
Expand Down Expand Up @@ -185,9 +177,6 @@ dependencies {
implementation(libs.dagger.hilt)
implementation(libs.coil.compose)
implementation(libs.coil.transformations)
implementation(platform(libs.firebase))
implementation(libs.firebase.analytics)
implementation(libs.firebase.crashlytics)
implementation(libs.timber)
debugImplementation(libs.androidx.compose.ui.tooling)
debugImplementation(libs.androidx.compose.ui.test.manifest)
Expand Down
39 changes: 0 additions & 39 deletions zeapp/android/google-services.json

This file was deleted.

3 changes: 0 additions & 3 deletions zeapp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ plugins {
alias(libs.plugins.kotlin.kapt) apply false
alias(libs.plugins.detekt.gradle) apply false
alias(libs.plugins.dagger.hilt) apply false
alias(libs.plugins.google.play.services) apply false
alias(libs.plugins.firebase.appdistribution) apply false
alias(libs.plugins.firebase.crashlytics) apply false
alias(libs.plugins.license.report.gradle) apply false
id("com.android.test") version "8.0.2" apply false
kotlin("multiplatform").version("1.9.10").apply(false)
Expand Down
12 changes: 1 addition & 11 deletions zeapp/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ android-library = { id = "com.android.library", version.ref = "android-gradle-pl
baselineprofile = { id = "androidx.baselineprofile", version.ref = "benchmark"}
dagger-hilt = { id = "com.google.dagger.hilt.android", version.ref = "dagger-hilt" }
detekt-gradle = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt-gradle" }
firebase-appdistribution = { id = "com.google.firebase.appdistribution", version.ref = "firebase-appdistribution" }
firebase-crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "firebase-crashlytics" }
google-play-services = { id = "com.google.gms.google-services", version.ref = "google-play-services" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
ktlint-gradle = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint-gradle" }
Expand All @@ -32,10 +29,6 @@ core-ktx = "1.12.0"
dagger-hilt = "2.48.1"
detekt-gradle = "1.23.1"
espresso-core = "3.5.1"
firebase = "32.3.1"
firebase-appdistribution = "4.0.0"
firebase-crashlytics = "2.9.9"
google-play-services = "4.4.0"
jSerialComm = "2.10.3"
junit = "4.13.2"
kotlin = "1.9.10"
Expand Down Expand Up @@ -73,9 +66,6 @@ core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx
dagger-hilt = { module = "com.google.dagger:hilt-android", version.ref = "dagger-hilt" }
dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "dagger-hilt" }
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso-core" }
firebase = { module = "com.google.firebase:firebase-bom", version.ref = "firebase" }
firebase-analytics = { module = "com.google.firebase:firebase-analytics-ktx" }
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics-ktx" }
jSerialComm = { module = "com.fazecast:jSerialComm", version.ref = "jSerialComm" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines-core" }
Expand All @@ -91,5 +81,5 @@ test-assertk = "com.willowtreeapps.assertk:assertk-jvm:0.27.0"
test-junit = "junit:junit:4.13.2"
test-compose-junit = "androidx.compose.ui:ui-test-junit4:1.5.3"
test-compose-manifest = "androidx.compose.ui:ui-test-manifest:1.5.3"
test-mockk = "io.mockk:mockk:1.13.8"
test-mockk = "io.mockk:mockk:1.13.7"
test-coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3"

0 comments on commit 180f5a0

Please sign in to comment.