File tree Expand file tree Collapse file tree 15 files changed +34
-28
lines changed Expand file tree Collapse file tree 15 files changed +34
-28
lines changed Original file line number Diff line number Diff line change 2121 - name : assemble ViroCore
2222 run : |
2323 ./gradlew :viroreact:assembleDebug
24+ ./gradlew :code-samples:ARPlacingObjects:assembleDebug
25+ ./gradlew :code-samples:ARRetail:assembleDebug
26+ ./gradlew :code-samples:ARTesla:assembleDebug
27+ ./gradlew :code-samples:ARHelloWorldAndroid:assembleDebug
28+ ./gradlew :code-samples:ARBlackPanther:assembleDebug
29+ ./gradlew :mainSample:assembleDebug
2430 working-directory : ./android
2531 - name : Upload result ViroCore
2632 uses : actions/upload-artifact@v4.4.0
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdkVersion 33
4+ compileSdkVersion 34
55 namespace " com.example.virosample.blackPanther"
66
77 defaultConfig {
88 minSdkVersion 24
9- targetSdkVersion 33
9+ targetSdkVersion 34
1010 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
1111 ndkVersion = " 25.2.9519653"
1212 ndk {
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdkVersion 33
4+ compileSdkVersion 34
55 namespace " com.example.virosample.hello"
66
77 defaultConfig {
88 minSdkVersion 24
9- targetSdkVersion 33
9+ targetSdkVersion 34
1010 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
1111 ndkVersion = " 25.2.9519653"
1212 ndk {
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
22apply plugin : ' kotlin-android'
33
44android {
5- compileSdkVersion 33
5+ compileSdkVersion 34
66 namespace " com.example.virosample.placingObjects"
77
88 defaultConfig {
99 minSdkVersion 24
10- targetSdkVersion 33
10+ targetSdkVersion 34
1111 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
1212 ndkVersion = " 25.2.9519653"
1313 ndk {
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdkVersion 33
4+ compileSdkVersion 34
55 namespace " com.example.virosample.retail"
66
77 defaultConfig {
88 minSdkVersion 24
9- targetSdkVersion 33
9+ targetSdkVersion 34
1010 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
1111 ndkVersion = " 25.2.9519653"
1212 ndk {
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdkVersion 33
4+ compileSdkVersion 34
55 namespace " com.example.virosample.tesla"
66
77 defaultConfig {
88 minSdkVersion 24
9- targetSdkVersion 33
9+ targetSdkVersion 34
1010 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
1111 ndkVersion = " 25.2.9519653"
1212 ndk {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22apply plugin : ' kotlin-android'
33
44android {
5- compileSdkVersion 33
5+ compileSdkVersion 34
66 namespace " com.example.virosample"
77 buildFeatures {
88 buildConfig = true
@@ -11,7 +11,7 @@ android {
1111 defaultConfig {
1212 applicationId " com.example.virosample"
1313 minSdkVersion 24
14- targetSdkVersion 33
14+ targetSdkVersion 34
1515
1616 // versionCode getGitCommitCount()
1717 // versionName getTag()
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ android {
88 buildConfig = true
99 }
1010
11- compileSdkVersion 33
11+ compileSdkVersion 34
1212 defaultConfig {
1313 applicationId " com.example.memoryleaktest"
1414 minSdkVersion 24
15- targetSdkVersion 33
15+ targetSdkVersion 34
1616 versionCode 1
1717 versionName " 1.0"
1818
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ android {
66 buildFeatures {
77 buildConfig = true
88 }
9- compileSdkVersion 33
9+ compileSdkVersion 34
1010
1111 defaultConfig {
1212 applicationId " com.viro.nativetest"
1313 minSdkVersion 24
14- targetSdkVersion 33
14+ targetSdkVersion 34
1515 versionCode 1
1616 versionName " 1.0"
1717 missingDimensionStrategy ' product' , ' viro_core'
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ apply plugin: 'kotlin-android'
44android {
55 flavorDimensions " target_platform"
66 namespace " com.viromedia.releasetest"
7- compileSdkVersion 33
7+ compileSdkVersion 34
88 buildFeatures {
99 buildConfig = true
1010 }
1111
1212 defaultConfig {
1313 applicationId " com.viromedia.releasetest"
1414 minSdkVersion 24
15- targetSdkVersion 33
15+ targetSdkVersion 34
1616 versionCode 1
1717 versionName " 1.0"
1818
You canβt perform that action at this time.
0 commit comments