@@ -2,12 +2,14 @@ apply plugin: 'com.android.library'
22apply plugin : ' kotlin-android'
33
44android {
5- compileSdkVersion 31
5+ compileSdkVersion 33
6+ namespace " com.example.virosample.placingObjects"
67
78 defaultConfig {
89 minSdkVersion 24
9- targetSdkVersion 31
10+ targetSdkVersion 33
1011 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
12+ ndkVersion = " 25.2.9519653"
1113 ndk {
1214 abiFilters " arm64-v8a" , " armeabi-v7a" , " x86" , " armeabi" , " mips"
1315 }
@@ -42,9 +44,9 @@ android {
4244
4345dependencies {
4446 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
45- implementation ' androidx.appcompat:appcompat:1.3.1 '
47+ implementation ' androidx.appcompat:appcompat:1.0.0 '
4648 implementation ' com.google.android.material:material:1.6.1'
47- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4 .0'
49+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.1 .0'
4850 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
4951 testImplementation ' junit:junit:4.13.2'
5052 api project(' :code-samples:gvr_common' )
@@ -55,7 +57,7 @@ dependencies {
5557 codeImplementation (project(path : ' :virocore' )) {
5658 transitive = false
5759 }
58- implementation ' com.google.protobuf.nano:protobuf-javanano:3.2.0rc2 '
59- implementation " androidx.core:core-ktx:1.6 .0"
60- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$k otlin_version "
60+ implementation ' com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7 '
61+ implementation " androidx.core:core-ktx:1.8 .0"
62+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21 "
6163}
0 commit comments