Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
s1rius committed Jun 23, 2021
1 parent 3166943 commit dff6bc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildSrc/src/main/java/wtf/s1/buildsrc/Configs.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package wtf.s1.buildsrc

object Versions{
const val pudge = "0.1.1"
const val pudgeDev = "0.1.3"
const val pudge = "0.1.4"
const val pudgeDev = "0.1.4"
const val asm = "8.0.1"
const val kotlin = "1.5.0"
const val ktx = "1.0.0"
Expand Down Expand Up @@ -68,8 +68,8 @@ object Deps{
}

object Hugo2 {
const val core = "wtf.s1.pudge:hugo2-core:${Versions.pudgeDev}"
const val byteX = "wtf.s1.pudge:hugo2-bytex:${Versions.pudgeDev}"
const val core = "wtf.s1.pudge:hugo2-core:${Versions.pudge}"
const val byteX = "wtf.s1.pudge:hugo2-bytex:${Versions.pudge}"
}

const val firebasePref = "com.google.firebase:firebase-perf:19.0.9"
Expand Down

0 comments on commit dff6bc4

Please sign in to comment.