Skip to content

Commit

Permalink
fix app.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Mar 11, 2024
1 parent dec5c20 commit af2f00e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
val libraryGroup = "com.github.pedroSG94"
val vCode = 240
val vName = "2.4.0"
val coroutinesVersion = "1.7.3"
val junitVersion = "4.13.2"
val mockitoVersion = "5.2.1"
val vCode: Int by rootProject.extra
val vName: String by rootProject.extra

plugins {
id("com.android.application")
Expand Down

0 comments on commit af2f00e

Please sign in to comment.