Skip to content

Commit

Permalink
bump bytex version
Browse files Browse the repository at this point in the history
  • Loading branch information
s1rius committed Jun 23, 2021
1 parent dff6bc4 commit d6c110f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ buildscript {
google()
mavenCentral()
jcenter()
maven {
url "https://artifact.bytedance.com/repository/byteX/"
}
}

dependencies {
Expand Down
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ buildscript {
google()
mavenCentral()
jcenter()
maven {
url "https://artifact.bytedance.com/repository"
}
}

dependencies {
Expand All @@ -24,5 +27,8 @@ allprojects {
mavenCentral()
jcenter()
mavenLocal()
maven {
url "https://artifact.bytedance.com/repository"
}
}
}
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/wtf/s1/buildsrc/Configs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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.7"
const val bytex ="0.2.8"
}

object Plugins{
Expand Down

0 comments on commit d6c110f

Please sign in to comment.