diff options
| author | magh <magh@maghmogh.com> | 2024-11-22 15:54:21 +0900 |
|---|---|---|
| committer | magh <magh@maghmogh.com> | 2024-11-22 15:54:21 +0900 |
| commit | 241c94f7c9ea6e12b699c6b7ae181905f1d5d869 (patch) | |
| tree | b24d533e36b48ccd1d2ddd10edc637cb9194f16e /app/build/generated/source/buildConfig/debug/com/example | |
Diffstat (limited to 'app/build/generated/source/buildConfig/debug/com/example')
| -rw-r--r-- | app/build/generated/source/buildConfig/debug/com/example/mylauncher/BuildConfig.java | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/build/generated/source/buildConfig/debug/com/example/mylauncher/BuildConfig.java b/app/build/generated/source/buildConfig/debug/com/example/mylauncher/BuildConfig.java new file mode 100644 index 0000000..c134755 --- /dev/null +++ b/app/build/generated/source/buildConfig/debug/com/example/mylauncher/BuildConfig.java @@ -0,0 +1,12 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.example.mylauncher; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "com.example.mylauncher"; + public static final String BUILD_TYPE = "debug"; + public static final int VERSION_CODE = 1; + public static final String VERSION_NAME = "1.0"; +} |
