Android FeatureFlags
1.0.0
まだwip
このプロジェクトでは、機能フラグの使用を示す順に定義されたいくつかのビルドバリアントがあります。慣習ごとのグラデンコマンドは、次の組み合わせを使用して構築されます。
GRADLE TASK NAME: gradle task + product flavor + build type
./gradlew runUnitTestsこのプロジェクトのすべてのユニットテストを実行します。 ./gradlew assembleDemoDebugアプリのデモデバッグバージョンを組み立てます。./gradlew assembleFullDebugアプリの完全なデバッグを組み立てます。./gradlew runDemoDebug現在の接続されたデバイスにデモデバッグAPKを構築およびインストールします。./gradlew runFullDebug現在の接続されたデバイスに完全なデバッグAPKを構築およびインストールします。./gradlew assembleDemoStagingアプリのデモステージングバージョンを組み立てます。./gradlew assembleFullStagingアプリの完全なステージングを組み立てます。./gradlew runDemoStaging現在の接続されたデバイスにデモステージングAPKを構築およびインストールします。./gradlew runFullStaging現在の接続されたデバイスに完全なステージングAPKを構築およびインストールします。./gradlew assembleDemoReleaseアプリのデモリリースバージョンを組み立てます。./gradlew assembleFullReleaseアプリの完全なリリースを組み立てます。./gradlew runDemoRelease現在の接続されたデバイスにデモリリースAPKを構築およびインストールします。./gradlew runFullRelease現在の接続されたデバイスに完全なリリースAPKを構築およびインストールします。 Copyright 2020 Fernando Cejas
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.
