Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Dec 17, 2024
1 parent 5b21f26 commit 58447c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ val currentTime by lazy {
System.currentTimeMillis()
}

val gitVersion: groovy.lang.Closure<String> by extra
val versionDetails: groovy.lang.Closure<com.palantir.gradle.gitversion.VersionDetails> by extra
val versionLastTag: String = versionDetails().lastTag

android {
namespace = "org.michaelbel.movies.app"
compileSdk = libs.versions.compile.sdk.get().toInt()
Expand Down

0 comments on commit 58447c7

Please sign in to comment.