Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
pain/svn/pristine/e0/e0c92db0bb52f26600605ae6aa5ca8b9f15d54c7.svn-base@0:832122ce6748, 2021-04-07 (annotated)
- Committer:
- darienf
- Date:
- Wed Apr 07 22:37:59 2021 +0000
- Revision:
- 0:832122ce6748
painnie
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
darienf | 0:832122ce6748 | 1 | /** |
darienf | 0:832122ce6748 | 2 | * Automatically generated file. DO NOT MODIFY |
darienf | 0:832122ce6748 | 3 | */ |
darienf | 0:832122ce6748 | 4 | package com.example.android.bluetoothlegatt; |
darienf | 0:832122ce6748 | 5 | |
darienf | 0:832122ce6748 | 6 | public final class BuildConfig { |
darienf | 0:832122ce6748 | 7 | public static final boolean DEBUG = Boolean.parseBoolean("true"); |
darienf | 0:832122ce6748 | 8 | public static final String APPLICATION_ID = "com.example.android.bluetoothlegatt"; |
darienf | 0:832122ce6748 | 9 | public static final String BUILD_TYPE = "debug"; |
darienf | 0:832122ce6748 | 10 | public static final String FLAVOR = ""; |
darienf | 0:832122ce6748 | 11 | public static final int VERSION_CODE = 1; |
darienf | 0:832122ce6748 | 12 | public static final String VERSION_NAME = "1.0"; |
darienf | 0:832122ce6748 | 13 | } |