blob: 6b15a48b1df679251fc1c90ec3f3ef8d7c683340 [file] [log] [blame]
/*
* Copyright (C) 2017 The Android Open Source Project
*
* 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.
*/
package android.support;
/**
* The list of versions codes of all the libraries in this project.
*/
public class LibraryVersions {
/**
* Version code of the support library components.
*/
public static final Version SUPPORT_LIBRARY = new Version("26.1.0-SNAPSHOT");
/**
* Version code of the flatfoot libraries.
*/
public static final Version FLATFOOT = new Version("1.0.0-alpha8");
/**
* Version code of the lifecycles library.
*/
public static final Version LIFECYCLES = new Version("1.0.0-SNAPSHOT");
}