Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/425 Incomplete implementation that should allow for most uses as a release-only package. Next steps: - Integrate sample app with this. - Set up CI to build sample app in release mode with this. - Register with JCenter. - Automatically publish to JCenter as part of our release step. Reviewed By: jknoxville Differential Revision: D15146823 fbshipit-source-id: 3ad058dce7b0395721c6e6715d44d4d51b1834da
22 lines
729 B
Properties
22 lines
729 B
Properties
#
|
|
# Copyright 2014-present Facebook, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
|
|
POM_NAME=Flipper NoOp
|
|
POM_DESCRIPTION=No-Open Implementation of the Flipper SDK for Android
|
|
POM_ARTIFACT_ID=flipper-noop
|
|
POM_PACKAGING=aar
|
|
|