Skip to content

Commit d545a54

Browse files
committed
Merge branch 'androidFolders' into mergeBunch
2 parents 0e8d47f + 3f84edf commit d545a54

14 files changed

+82
-1
lines changed

Runtime/AndroidBuildSettings/2022.3.meta renamed to Runtime/AndroidBuildSettings/2021.3.41f1.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime/AndroidBuildSettings/2021.3.41f1/Plugins.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime/AndroidBuildSettings/2021.3.41f1/Plugins/Android.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
apply plugin: 'com.android.library'
2+
**APPLY_PLUGINS**
3+
4+
dependencies {
5+
implementation fileTree(dir: 'libs', include: ['*.jar'])
6+
runtimeOnly group: 'androidx.core', name: 'core', version: '1.9.0'
7+
runtimeOnly group: 'androidx.startup', name: 'startup-runtime', version: '1.0.0'
8+
implementation group: 'com.squareup.okio', name: 'okio', version: '3.4.0'
9+
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.10.0'
10+
runtimeOnly group: 'com.squareup.okio', name: 'okio-jvm', version: '3.4.0'
11+
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
12+
implementation group: 'com.google.android.gms', name: 'play-services-cronet', version: '18.0.1'
13+
implementation group: 'com.google.android.gms', name: 'play-services-location', version: '20.0.0'
14+
15+
**DEPS**}
16+
17+
android {
18+
namespace "com.unity3d.player"
19+
ndkPath "**NDKPATH**"
20+
compileSdkVersion **APIVERSION**
21+
buildToolsVersion '**BUILDTOOLS**'
22+
23+
compileOptions {
24+
sourceCompatibility JavaVersion.VERSION_11
25+
targetCompatibility JavaVersion.VERSION_11
26+
}
27+
28+
defaultConfig {
29+
minSdkVersion **MINSDKVERSION**
30+
targetSdkVersion **TARGETSDKVERSION**
31+
ndk {
32+
abiFilters **ABIFILTERS**
33+
}
34+
versionCode **VERSIONCODE**
35+
versionName '**VERSIONNAME**'
36+
consumerProguardFiles 'proguard-unity.txt'**USER_PROGUARD**
37+
}
38+
39+
lintOptions {
40+
abortOnError false
41+
}
42+
43+
aaptOptions {
44+
noCompress = **BUILTIN_NOCOMPRESS** + unityStreamingAssets.tokenize(', ')
45+
ignoreAssetsPattern = "!.svn:!.git:!.ds_store:!*.scc:.*:!CVS:!thumbs.db:!picasa.ini:!*~"
46+
}**PACKAGING_OPTIONS**
47+
}
48+
**IL_CPP_BUILD_SETUP**
49+
**SOURCE_BUILD_SETUP**
50+
**EXTERNAL_SOURCES**

Runtime/AndroidBuildSettings/2021.3.41f1/Plugins/Android/mainTemplate.gradle.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime/AndroidBuildSettings/2022.3.38f1.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)