Skip to content

Commit

Permalink
Release features-0.1.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
moonsense-ci authored Oct 27, 2022
1 parent 7205363 commit 9c37bd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
*/

object Versions {
const val gradleTools = "7.3.0"
const val gradleTools = "7.3.1"
const val kotlinVersion = "1.7.20"
const val junit = "4.13.2"
const val junitAndroidX = "1.1.3"
const val espressoCore = "3.4.0"
const val squareWireRuntime = "4.4.2"
const val constraintLayout = "2.1.4"
const val fragmentKtx = "1.5.3"
const val fragmentKtx = "1.5.4"
const val androidXLegacySupport = "1.0.0"
const val material = "1.6.1"
const val material = "1.7.0"
const val retrofit = "2.9.0"
const val gson = "2.9.1"
const val mockWebServer = "4.10.0"
const val gradleVersionsPlugin = "0.42.0"
const val moonsenseFeatures = "0.1.0-alpha1"
const val gradleVersionsPlugin = "0.43.0"
const val moonsenseFeatures = "0.1.0"
}

0 comments on commit 9c37bd0

Please sign in to comment.