Flipper Bump: v0.16.2-SNAPSHOT

Summary: Reenable snapshots.

Reviewed By: jknoxville

Differential Revision: D14150282

fbshipit-source-id: 5c1d9cd5dfcf48f2efd41ba610583a68d38e8cc6
This commit is contained in:
Pascal Hartig
2019-02-20 09:24:48 -08:00
committed by Facebook Github Bot
parent f043a3d4db
commit 3dbb201c2a
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ repositories {
} }
dependencies { dependencies {
debugImplementation 'com.facebook.flipper:flipper:0.16.1-SNAPSHOT' debugImplementation 'com.facebook.flipper:flipper:0.16.2-SNAPSHOT'
debugImplementation 'com.facebook.soloader:soloader:0.5.1' debugImplementation 'com.facebook.soloader:soloader:0.5.1'
} }
``` ```

View File

@@ -1,5 +1,5 @@
# POM publishing constants # POM publishing constants
VERSION_NAME=0.16.1 VERSION_NAME=0.16.2-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