Flipper Bump: v0.23.1-SNAPSHOT

Summary: Back to snapshots.

Reviewed By: jknoxville

Differential Revision: D16121346

fbshipit-source-id: 60ee543de70c1ef5c2c224ad687981408e75a937
This commit is contained in:
Pascal Hartig
2019-07-04 09:07:30 -07:00
committed by Facebook Github Bot
parent 82fdfa0915
commit fbd9af0289
2 changed files with 3 additions and 3 deletions

View File

@@ -90,10 +90,10 @@ repositories {
} }
dependencies { dependencies {
debugImplementation 'com.facebook.flipper:flipper:0.22.1-SNAPSHOT' debugImplementation 'com.facebook.flipper:flipper:0.23.1-SNAPSHOT'
debugImplementation 'com.facebook.soloader:soloader:0.5.1' debugImplementation 'com.facebook.soloader:soloader:0.5.1'
releaseImplementation 'com.facebook.flipper:flipper-noop:0.22.1-SNAPSHOT' releaseImplementation 'com.facebook.flipper:flipper-noop:0.23.1-SNAPSHOT'
} }
``` ```

View File

@@ -4,7 +4,7 @@
# in the root directory of this source tree. # in the root directory of this source tree.
# POM publishing constants # POM publishing constants
VERSION_NAME=0.23.0 VERSION_NAME=0.23.1-SNAPSHOT
GROUP=com.facebook.flipper GROUP=com.facebook.flipper
POM_URL=https://github.com/facebook/flipper POM_URL=https://github.com/facebook/flipper
POM_SCM_URL=https://github.com/facebook/flipper.git POM_SCM_URL=https://github.com/facebook/flipper.git