Skip to content

Commit

Permalink
Add Wrapper Submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
CADIndie committed Jun 5, 2024
1 parent b932c83 commit a72d3bd
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ local.properties
bin
.classpath
.project
/.cxx
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "wrapper"]
path = wrapper
url = https://github.com/QuestCraftPlusPlus/Wrapper-IL2CPP.git
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.android.library") version("7.4.0")
id("com.android.library") version("4.2.2")
}

android {
Expand Down
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Tue Jun 04 16:34:57 EDT 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
5 changes: 4 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ dependencyResolutionManagement {
}
flatDir {
dirs("libs")
dirs("wrapper/unityLibrary/libs")
}
}
}

rootProject.name = "Pojlib"
rootProject.name = "Pojlib"
include 'wrapper'

1 change: 1 addition & 0 deletions wrapper
Submodule wrapper added at 30a2ee

0 comments on commit a72d3bd

Please sign in to comment.