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 21
21
- name : assemble ViroCore
22
22
run : |
23
23
./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
24
30
working-directory : ./android
25
31
- name : Upload result ViroCore
26
32
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 33
4
+ compileSdkVersion 34
5
5
namespace " com.example.virosample.blackPanther"
6
6
7
7
defaultConfig {
8
8
minSdkVersion 24
9
- targetSdkVersion 33
9
+ targetSdkVersion 34
10
10
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
11
11
ndkVersion = " 25.2.9519653"
12
12
ndk {
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 33
4
+ compileSdkVersion 34
5
5
namespace " com.example.virosample.hello"
6
6
7
7
defaultConfig {
8
8
minSdkVersion 24
9
- targetSdkVersion 33
9
+ targetSdkVersion 34
10
10
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
11
11
ndkVersion = " 25.2.9519653"
12
12
ndk {
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
2
2
apply plugin : ' kotlin-android'
3
3
4
4
android {
5
- compileSdkVersion 33
5
+ compileSdkVersion 34
6
6
namespace " com.example.virosample.placingObjects"
7
7
8
8
defaultConfig {
9
9
minSdkVersion 24
10
- targetSdkVersion 33
10
+ targetSdkVersion 34
11
11
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
12
12
ndkVersion = " 25.2.9519653"
13
13
ndk {
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 33
4
+ compileSdkVersion 34
5
5
namespace " com.example.virosample.retail"
6
6
7
7
defaultConfig {
8
8
minSdkVersion 24
9
- targetSdkVersion 33
9
+ targetSdkVersion 34
10
10
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
11
11
ndkVersion = " 25.2.9519653"
12
12
ndk {
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 33
4
+ compileSdkVersion 34
5
5
namespace " com.example.virosample.tesla"
6
6
7
7
defaultConfig {
8
8
minSdkVersion 24
9
- targetSdkVersion 33
9
+ targetSdkVersion 34
10
10
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
11
11
ndkVersion = " 25.2.9519653"
12
12
ndk {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' kotlin-android'
3
3
4
4
android {
5
- compileSdkVersion 33
5
+ compileSdkVersion 34
6
6
namespace " com.example.virosample"
7
7
buildFeatures {
8
8
buildConfig = true
@@ -11,7 +11,7 @@ android {
11
11
defaultConfig {
12
12
applicationId " com.example.virosample"
13
13
minSdkVersion 24
14
- targetSdkVersion 33
14
+ targetSdkVersion 34
15
15
16
16
// versionCode getGitCommitCount()
17
17
// versionName getTag()
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ android {
8
8
buildConfig = true
9
9
}
10
10
11
- compileSdkVersion 33
11
+ compileSdkVersion 34
12
12
defaultConfig {
13
13
applicationId " com.example.memoryleaktest"
14
14
minSdkVersion 24
15
- targetSdkVersion 33
15
+ targetSdkVersion 34
16
16
versionCode 1
17
17
versionName " 1.0"
18
18
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ android {
6
6
buildFeatures {
7
7
buildConfig = true
8
8
}
9
- compileSdkVersion 33
9
+ compileSdkVersion 34
10
10
11
11
defaultConfig {
12
12
applicationId " com.viro.nativetest"
13
13
minSdkVersion 24
14
- targetSdkVersion 33
14
+ targetSdkVersion 34
15
15
versionCode 1
16
16
versionName " 1.0"
17
17
missingDimensionStrategy ' product' , ' viro_core'
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ apply plugin: 'kotlin-android'
4
4
android {
5
5
flavorDimensions " target_platform"
6
6
namespace " com.viromedia.releasetest"
7
- compileSdkVersion 33
7
+ compileSdkVersion 34
8
8
buildFeatures {
9
9
buildConfig = true
10
10
}
11
11
12
12
defaultConfig {
13
13
applicationId " com.viromedia.releasetest"
14
14
minSdkVersion 24
15
- targetSdkVersion 33
15
+ targetSdkVersion 34
16
16
versionCode 1
17
17
versionName " 1.0"
18
18
You can’t perform that action at this time.
0 commit comments