Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apply plugin: 'com.android.application'
- apply plugin: 'com.google.ar.sceneform.plugin'
- android {
- compileSdkVersion 30
- buildToolsVersion "29.0.3"
- defaultConfig {
- applicationId "com.example.seagullsar"
- minSdkVersion 24
- targetSdkVersion 30
- versionCode 9
- versionName '1.3.1'
- testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
- versionNameSuffix = '-Beta@D'
- }
- compileOptions {
- sourceCompatibility 1.8
- targetCompatibility 1.8
- }
- buildTypes {
- release {
- minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
- }
- }
- }
- dependencies {
- implementation fileTree(dir: 'libs', include: ['*.jar'])
- implementation 'androidx.appcompat:appcompat:1.2.0'
- implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
- implementation 'com.google.firebase:firebase-database:19.4.0'
- testImplementation 'junit:junit:4.13'
- androidTestImplementation 'androidx.test.ext:junit:1.1.2'
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
- implementation 'com.github.bumptech.glide:glide:4.11.0'
- annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
- //noinspection GradleDependency
- implementation 'com.google.ar.sceneform.ux:sceneform-ux:1.15.0'
- implementation 'com.google.android.gms:play-services-location:17.0.0'
- }
- sceneform.asset('sampledata/ilan/ilan.obj',
- 'default',
- 'sampledata/ilan/ilan.sfa',
- 'src/main/assets/ilan')
- sceneform.asset('sampledata/ilan2/ilan2.obj',
- 'default',
- 'sampledata/ilan2/ilan2.sfa',
- 'src/main/assets/ilan2')
- sceneform.asset('sampledata/ilan_final/ilan_final.obj',
- 'default',
- 'sampledata/ilan_final/ilan_final.sfa',
- 'src/main/assets/ilan_final')
- apply plugin: 'com.google.ar.sceneform.plugin'
- apply plugin: 'com.google.gms.google-services'
Advertisement
Add Comment
Please, Sign In to add comment