Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…lumetric into main
  • Loading branch information
HexaField committed Mar 2, 2023
2 parents 027ab84 + 102a6cb commit 5e02600
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ android {

dependencies {

implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.jakewharton.timber:timber:5.0.1'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:7.3.1"
classpath "com.android.tools.build:gradle:7.4.1"

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Jun 16 21:24:57 PDT 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
12 changes: 6 additions & 6 deletions encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
},
"homepage": "https://github.com/etherealengine/Universal-Volumetri#readme",
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.19.6",
"@babel/plugin-transform-modules-commonjs": "7.19.6",
"@types/glob": "8.0.0",
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/plugin-transform-modules-commonjs": "7.20.11",
"@types/glob": "8.0.1",
"ts-loader": "9.4.2",
"ts-node": "10.9.1",
"typescript": "4.9.4"
"typescript": "4.9.5"
},
"dependencies": {
"esm": "3.2.25",
"http-range-fetcher": "1.5.0",
"three": "0.128.0",
"three": "0.149.0",
"three-obj-loader-cjs-module": "1.0.0",
"xmlhttprequest": "1.8.0"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
},
"homepage": "https://github.com/etherealengine/Universal-Volumetric#readme",
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.19.6",
"@types/three": "0.148.0",
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@types/three": "0.149.0",
"@ianvs/prettier-plugin-sort-imports": "3.7.1",
"prettier": "2.8.0",
"typescript": "4.9.4"
"prettier": "2.8.4",
"typescript": "4.9.5"
},
"dependencies": {
"shelljs": "0.8.5",
Expand Down

0 comments on commit 5e02600

Please sign in to comment.