From 9eb5228f00ff356ac0128abfbb1c85a6abceeca7 Mon Sep 17 00:00:00 2001
From: chenke <chenke@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 19 七月 2017 15:39:47 +0800
Subject: [PATCH] 图像缩放模块,中文字体支持模块。
---
VisitFace/DemoForBsk/app/build/generated/source/buildConfig/debug/com/bsk/zhangbo/demoforbsk/BuildConfig.java | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/VisitFace/DemoForBsk/app/build/generated/source/buildConfig/debug/com/bsk/zhangbo/demoforbsk/BuildConfig.java b/VisitFace/DemoForBsk/app/build/generated/source/buildConfig/debug/com/bsk/zhangbo/demoforbsk/BuildConfig.java
new file mode 100644
index 0000000..bd30744
--- /dev/null
+++ b/VisitFace/DemoForBsk/app/build/generated/source/buildConfig/debug/com/bsk/zhangbo/demoforbsk/BuildConfig.java
@@ -0,0 +1,13 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.bsk.zhangbo.demoforbsk;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String APPLICATION_ID = "com.bsk.zhangbo.demoforbsk";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 1;
+ public static final String VERSION_NAME = "1.0";
+}
--
Gitblit v1.8.0