Skip to content

Commit

Permalink
3DModeling included even not enabled problem fixed (#440)
Browse files Browse the repository at this point in the history
* 3DModeling included even not enabled problem fixed
  • Loading branch information
alihan98ersoy authored Oct 5, 2023
1 parent 16caa1e commit 1f3780a
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 7 deletions.
71 changes: 71 additions & 0 deletions Assets/Huawei/Plugins/Android/HMSUnityModelingKit.plugin.meta

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
Expand Up @@ -20,9 +20,6 @@ android {
defaultConfig {
targetSdkVersion 16
}
buildFeatures {
buildConfig false
}
lintOptions {
abortOnError false
}
Expand Down

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,8 @@
org.gradle.jvmargs=-Xmx**JVM_HEAP_SIZE**M
org.gradle.parallel=true
android.enableR8=**MINIFY_WITH_R_EIGHT**
unityStreamingAssets=**STREAMING_ASSETS**
**ADDITIONAL_PROPERTIES**
android.enableR8=true
android.useAndroidX=true
android.enableJetifier=true

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

0 comments on commit 1f3780a

Please sign in to comment.