-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
*.iml | ||
.gradle | ||
/local.properties | ||
/.idea/workspace.xml | ||
/.idea/libraries | ||
.DS_Store | ||
/build | ||
/captures | ||
.externalNativeBuild |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
// GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN | ||
buildscript { | ||
repositories { | ||
jcenter() | ||
} | ||
|
||
dependencies { | ||
classpath 'com.android.tools.build:gradle:2.1.0' | ||
} | ||
} | ||
|
||
allprojects { | ||
repositories { | ||
flatDir { | ||
dirs 'libs' | ||
} | ||
} | ||
} | ||
|
||
apply plugin: 'com.android.library' | ||
|
||
dependencies { | ||
compile fileTree(dir: 'libs', include: ['*.jar']) | ||
} | ||
|
||
android { | ||
compileSdkVersion 27 | ||
buildToolsVersion '27.0.2' | ||
|
||
defaultConfig { | ||
targetSdkVersion 27 | ||
|
||
} | ||
|
||
lintOptions { | ||
abortOnError false | ||
} | ||
|
||
aaptOptions { | ||
noCompress '.unity3d', '.ress', '.resource', '.obb' | ||
} | ||
|
||
signingConfigs { release { | ||
storeFile file('C:/Users/Zergham/Documents/ModelM1/keyModel.keystore') | ||
storePassword 'zergham' | ||
keyAlias 'ali' | ||
keyPassword 'zergham' | ||
} } | ||
|
||
buildTypes { | ||
debug { | ||
minifyEnabled false | ||
useProguard false | ||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-unity.txt' | ||
jniDebuggable true | ||
} | ||
release { | ||
minifyEnabled false | ||
useProguard false | ||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-unity.txt' | ||
signingConfig signingConfigs.release | ||
} | ||
} | ||
|
||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Automatically generated file. DO NOT MODIFY | ||
*/ | ||
package com.cuteBaby.Model1.test; | ||
|
||
public final class BuildConfig { | ||
public static final boolean DEBUG = Boolean.parseBoolean("true"); | ||
public static final String APPLICATION_ID = "com.cuteBaby.Model1.test"; | ||
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 = ""; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Automatically generated file. DO NOT MODIFY | ||
*/ | ||
package com.cuteBaby.Model1; | ||
|
||
public final class BuildConfig { | ||
public static final boolean DEBUG = Boolean.parseBoolean("true"); | ||
public static final String APPLICATION_ID = "com.cuteBaby.Model1"; | ||
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"; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Automatically generated file. DO NOT MODIFY | ||
*/ | ||
package com.cuteBaby.Model1; | ||
|
||
public final class BuildConfig { | ||
public static final boolean DEBUG = false; | ||
public static final String APPLICATION_ID = "com.cuteBaby.Model1"; | ||
public static final String BUILD_TYPE = "release"; | ||
public static final String FLAVOR = ""; | ||
public static final int VERSION_CODE = 1; | ||
public static final String VERSION_NAME = "1.0"; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* gradle plugin from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
package com.cuteBaby.Model1; | ||
|
||
public final class R { | ||
public static final class drawable { | ||
public static final int app_banner = 0x7f020000; | ||
public static final int app_icon = 0x7f020001; | ||
} | ||
public static final class string { | ||
public static final int app_name = 0x7f040000; | ||
} | ||
public static final class style { | ||
public static final int UnityThemeSelector = 0x7f030000; | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* aapt tool from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
|
||
package com.cuteBaby.Model1.test; | ||
|
||
public final class R { | ||
public static final class attr { | ||
} | ||
public static final class drawable { | ||
public static final int app_banner=0x7f020000; | ||
public static final int app_icon=0x7f020001; | ||
} | ||
public static final class string { | ||
public static final int app_name=0x7f040000; | ||
} | ||
public static final class style { | ||
public static final int UnityThemeSelector=0x7f030000; | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* aapt tool from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
|
||
package com.cuteBaby.Model1; | ||
|
||
public final class R { | ||
public static final class attr { | ||
} | ||
public static final class drawable { | ||
public static int app_banner=0x7f020000; | ||
public static int app_icon=0x7f020001; | ||
} | ||
public static final class string { | ||
public static int app_name=0x7f040000; | ||
} | ||
public static final class style { | ||
public static int UnityThemeSelector=0x7f030000; | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* aapt tool from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
|
||
package com.cuteBaby.Model1; | ||
|
||
public final class R { | ||
public static final class attr { | ||
} | ||
public static final class drawable { | ||
public static int app_banner=0x7f020000; | ||
public static int app_icon=0x7f020001; | ||
} | ||
public static final class string { | ||
public static int app_name=0x7f040000; | ||
} | ||
public static final class style { | ||
public static int UnityThemeSelector=0x7f030000; | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[ | ||
{ | ||
"outputFile": "C:\\Users\\HumayunT\\AndroidStudioProjects\\TemplateUI\\ModelM1\\build\\intermediates\\incremental\\mergeDebugAndroidTestResources\\merged.dir\\values-v14\\values-v14.xml", | ||
"map": [ | ||
{ | ||
"to": { | ||
"startLine": 2, | ||
"startColumn": 4, | ||
"startOffset": 55, | ||
"endLine": 3, | ||
"endColumn": 8, | ||
"endOffset": 154 | ||
}, | ||
"from": { | ||
"file": "C:\\Users\\HumayunT\\AndroidStudioProjects\\TemplateUI\\ModelM1\\build\\intermediates\\bundles\\debug\\res\\values-v14\\values-v14.xml", | ||
"position": { | ||
"startLine": 2, | ||
"startColumn": 4, | ||
"startOffset": 55, | ||
"endLine": 3, | ||
"endColumn": 8, | ||
"endOffset": 154 | ||
} | ||
} | ||
} | ||
] | ||
} | ||
] |