Skip to content

Commit

Permalink
library version follow ByteX version
Browse files Browse the repository at this point in the history
  • Loading branch information
s1rius committed Jul 29, 2021
1 parent ba0ab64 commit dea6566
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
mavenCentral()
jcenter()
maven {
url "https://artifact.bytedance.com/repository"
url "https://artifact.bytedance.com/repository/byteX/"
}
}

Expand All @@ -28,7 +28,7 @@ allprojects {
jcenter()
mavenLocal()
maven {
url "https://artifact.bytedance.com/repository"
url "https://artifact.bytedance.com/repository/byteX/"
}
}
}
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/wtf/s1/buildsrc/Configs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package wtf.s1.buildsrc

object Versions{
const val pudge = "0.1.4"
const val pudgeDev = "0.1.4"
const val pudgeDev = "0.3.0-SNAPSHOT"
const val asm = "8.0.1"
const val kotlin = "1.5.0"
const val ktx = "1.0.0"
Expand All @@ -14,7 +14,7 @@ object Versions{
const val targetSdkVersion = 28
const val versionCode = 1
const val versionName = "1.0.0"
const val bytex ="0.2.8"
const val bytex ="0.3.0"
}

object Plugins{
Expand Down

0 comments on commit dea6566

Please sign in to comment.