Skip to content

Commit

Permalink
Host GVR library locally (until ready to convert to Cardboard SDK)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrant committed Sep 21, 2024
1 parent c5887e0 commit 229c6d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation fileTree(dir: 'libs', include: ['*.aar'])

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'com.google.android.material:material:1.12.0'
Expand All @@ -50,7 +50,6 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation "io.reactivex.rxjava3:rxjava:3.1.9"
implementation "io.reactivex.rxjava3:rxandroid:3.0.2"
implementation 'com.google.vr:sdk-base:1.190.0'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
Expand Down
Binary file added app/libs/sdk-base-1.200.0.aar
Binary file not shown.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
buildscript {
ext.kotlin_version = '2.0.20'
repositories {
jcenter()
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.6.1'
Expand All @@ -16,7 +16,7 @@ buildscript {

allprojects {
repositories {
jcenter()
google()
mavenCentral()
}
}

0 comments on commit 229c6d8

Please sign in to comment.