Skip to content

Commit

Permalink
chore: remove snapshot, use alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mlykotom committed Feb 9, 2022
1 parent 6ee4158 commit b132f21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions JankStatsSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
allprojects {
ext.jankstats_version = '1.0.0-SNAPSHOT'
ext.jankstats_version = '1.0.0-alpha01'

repositories {
google()
mavenCentral()
maven { url 'https://androidx.dev/snapshots/builds/8134407/artifacts/repository' }
}
}

Expand Down

0 comments on commit b132f21

Please sign in to comment.