Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Bump app version
Browse files Browse the repository at this point in the history
  • Loading branch information
erikeeldeiz committed Oct 15, 2018
1 parent a5161ee commit a9955d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ object Versions {
const val compileSdk = 28
const val minSdk = 14

const val appVersionCode = 13
const val appVersionName = "1.0.12"
const val appVersionCode = 14
const val appVersionName = "1.0.13"

const val dagger = "2.16"

Expand Down

0 comments on commit a9955d8

Please sign in to comment.