Skip to content

Commit 65107c9

Browse files
committed
Target API 30 in all modules
1 parent db8e0cb commit 65107c9

File tree

15 files changed

+54
-33
lines changed

15 files changed

+54
-33
lines changed

.idea/codeStyles/Project.xml

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/compiler.xml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+12-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ apply plugin: 'io.fabric' /* uncomment for release builds */
2323

2424

2525
android {
26-
compileSdkVersion 28
26+
compileSdkVersion 30
2727

2828
defaultConfig {
2929
applicationId 'io.particle.android.app'
3030
minSdkVersion 21
31-
targetSdkVersion 28
31+
targetSdkVersion 30
3232
// scheme for these version numbers: EPOCH MAJOR MINOR PATCH BUILD
3333
versionCode 1_03_01_01_01
3434
versionName "3.1.1"

cloudsdk/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ ext {
4040

4141

4242
android {
43-
compileSdkVersion 28
43+
compileSdkVersion 30
4444

4545
defaultConfig {
4646
minSdkVersion 15
47-
targetSdkVersion 28
47+
targetSdkVersion 30
4848
versionCode 1
4949
versionName project.version
5050

commonui/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
android {
6-
compileSdkVersion 28
6+
compileSdkVersion 30
77

88
defaultConfig {
99
minSdkVersion 21
10-
targetSdkVersion 28
10+
targetSdkVersion 30
1111
versionCode 1
1212
versionName "1.0"
1313

devicesetup/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ ext {
3434

3535

3636
android {
37-
compileSdkVersion 28
37+
compileSdkVersion 30
3838

3939
defaultConfig {
4040
minSdkVersion 15
41-
targetSdkVersion 28
41+
targetSdkVersion 30
4242
versionCode 1
4343
versionName "1.0"
4444
}

ecjpake4j/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ apply plugin: 'kotlin-android'
33

44

55
android {
6-
compileSdkVersion 28
6+
compileSdkVersion 30
77

88
defaultConfig {
99
minSdkVersion 21
10-
targetSdkVersion 28
10+
targetSdkVersion 30
1111
versionCode 1
1212
versionName "1.0"
1313

firmwareprotos/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 30
55

66

77

88
defaultConfig {
99
minSdkVersion 21
10-
targetSdkVersion 28
10+
targetSdkVersion 30
1111
versionCode 1
1212
versionName "1.0"
1313
}

mesh/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ apply plugin: "androidx.navigation.safeargs.kotlin"
55

66

77
android {
8-
compileSdkVersion 28
8+
compileSdkVersion 30
99

1010
defaultConfig {
1111
minSdkVersion 21
12-
targetSdkVersion 28
12+
targetSdkVersion 30
1313
versionCode 1
1414
versionName "1.0"
1515

meshui/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ apply plugin: "androidx.navigation.safeargs.kotlin"
55

66

77
android {
8-
compileSdkVersion 28
8+
compileSdkVersion 30
99

1010
defaultConfig {
1111
minSdkVersion 21
12-
targetSdkVersion 28
12+
targetSdkVersion 30
1313
versionCode 1
1414
versionName "1.0"
1515

sdk_example_app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 30
55

66
defaultConfig {
77
applicationId "io.particle.cloudsdk.example_app"
88
minSdkVersion 21
9-
targetSdkVersion 28
9+
targetSdkVersion 30
1010
versionCode 1
1111
versionName "1.0"
1212
}

setup_exampleapp/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 30
55

66
defaultConfig {
77
applicationId "io.particle.devicesetup.exampleapp"
88
minSdkVersion 21
9-
targetSdkVersion 28
9+
targetSdkVersion 30
1010
versionCode 1
1111
versionName "1.0"
1212

setup_testapp/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 30
55

66
defaultConfig {
77
applicationId "io.particle.devicesetup.testapp"
88
minSdkVersion 21
9-
targetSdkVersion 28
9+
targetSdkVersion 30
1010
versionCode 1
1111
versionName "1.0"
1212

0 commit comments

Comments
 (0)