Skip to content

Commit

Permalink
Fix Controller Lib
Browse files Browse the repository at this point in the history
  • Loading branch information
CADIndie committed Sep 10, 2024
1 parent 1a374dd commit a8d46ea
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 2 deletions.
Binary file modified Assets/Plugins/Android/Pojlib-debug.aar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ allprojects {
repositories {**ARTIFACTORYREPOSITORY**
google()
jcenter()
mavenCentral()
}

dependencies {
Expand All @@ -18,6 +19,9 @@ allprojects {
repositories {**ARTIFACTORYREPOSITORY**
google()
jcenter()
maven {
url = uri("https://jitpack.io")
}
flatDir {
dirs "${project(':unityLibrary').projectDir}/libs"
}
Expand Down
1 change: 1 addition & 0 deletions Assets/Plugins/Android/mainTemplate.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ apply plugin: 'com.android.library'
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation("com.google.guava:guava:31.0.1-jre")
implementation("com.github.Mathias-Boulay:android_gamepad_remapper:2.0.3")
implementation("commons-io:commons-io:2.11.0")
implementation("commons-codec:commons-codec:1.15")
implementation("com.microsoft.azure:msal4j:1.13.9")
Expand Down
2 changes: 1 addition & 1 deletion Assets/Scenes/Main.unity
Original file line number Diff line number Diff line change
Expand Up @@ -29444,7 +29444,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 76c392e42b5098c458856cdf6ecaaaa1, type: 3}
m_Name:
m_EditorClassIdentifier:
m_FirstSelected: {fileID: 0}
m_FirstSelected: {fileID: 432457115}
m_sendNavigationEvents: 1
m_DragThreshold: 10
--- !u!4 &1460469778
Expand Down
4 changes: 3 additions & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ PlayerSettings:
- {fileID: 0}
- {fileID: 0}
- {fileID: 0}
- {fileID: 6154349898728414384, guid: d659781fbeb3ee24a850529d00b6529e, type: 2}
- {fileID: 4742369749144153844, guid: 7b5da002d83fb8f42ac49c354e6f6d31, type: 2}
metroInputSource: 0
wsaTransparentSwapchain: 0
m_HolographicPauseOnTrackingLoss: 1
Expand Down Expand Up @@ -258,7 +260,7 @@ PlayerSettings:
useCustomLauncherManifest: 0
useCustomMainGradleTemplate: 1
useCustomLauncherGradleManifest: 1
useCustomBaseGradleTemplate: 0
useCustomBaseGradleTemplate: 1
useCustomGradlePropertiesTemplate: 0
useCustomProguardFile: 0
AndroidTargetArchitectures: 2
Expand Down

0 comments on commit a8d46ea

Please sign in to comment.