Skip to content

Commit

Permalink
(android) Migrate to compose compiler gradle plugin
Browse files Browse the repository at this point in the history
Also removed Tor helper method.
  • Loading branch information
dpad85 committed Feb 10, 2025
1 parent 4be06a0 commit 1444d0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ object Versions {
const val lifecycle = "2.6.0"
const val datastore = "1.0.0"
const val compose = "1.6.8"
const val composeCompiler = "1.5.8"
const val navCompose = "2.6.0"
const val accompanist = "0.30.1"
const val composeConstraintLayout = "1.1.0-alpha09"
Expand Down
1 change: 1 addition & 0 deletions phoenix-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
kotlin("android")
id("com.google.gms.google-services")
id("kotlinx-serialization")
id("org.jetbrains.kotlin.plugin.compose") version Versions.kotlin
}

fun gitCommitHash(): String {
Expand Down

0 comments on commit 1444d0d

Please sign in to comment.