Skip to content

Commit

Permalink
Add app distribution plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntey committed Sep 12, 2024
1 parent 9d76759 commit 2c56829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
id(libs.plugins.kotlin.android.get().pluginId)
id(libs.plugins.conventions.lint.get().pluginId)
alias(libs.plugins.androidx.baselineprofile)
alias(libs.plugins.firebase.distribution)
}

kotlin {
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ uiautomator = "2.3.0"
benchmarkMacroJunit4 = "1.2.4"
profileinstaller = "1.3.1"
dokkaVersion = "1.9.20"
google-firebaseAppDistributionPlugin = "5.0.0"

# Android Namespaces
project-android-namespace = "app.futured.kmptemplate.android"
Expand Down Expand Up @@ -150,6 +151,7 @@ moko-resources = { id = "dev.icerock.mobile.multiplatform-resources", version.re
androidx-baselineprofile = { id = "androidx.baselineprofile", version.ref = "baselineProfile" }
android-test = { id = "com.android.test", version.ref = "agp" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokkaVersion" }
firebase-distribution = { id = "com.google.firebase.appdistribution", version.ref = "google-firebaseAppDistributionPlugin" }

# Precompiled script plugins
conventions-lint = { id = "conventions-lint" }
Expand Down

0 comments on commit 2c56829

Please sign in to comment.