Skip to content

Commit 9b9babc

Browse files
committed
api34
1 parent 6e177d1 commit 9b9babc

File tree

13 files changed

+26
-26
lines changed

13 files changed

+26
-26
lines changed

IOIOLibAndroid/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
namespace 'ioio.lib'
88
defaultConfig {
99
minSdkVersion 14
10-
compileSdk 33
11-
targetSdkVersion 33
10+
compileSdk 34
11+
targetSdkVersion 34
1212
}
1313
}
1414

IOIOLibAndroidAccessory/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
namespace 'ioio.lib.accessory'
88
defaultConfig {
99
minSdkVersion 14
10-
compileSdk 33
11-
targetSdkVersion 33
10+
compileSdk 34
11+
targetSdkVersion 34
1212
}
1313
}
1414

IOIOLibAndroidBluetooth/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
namespace 'ioio.lib.bluetooth'
88
defaultConfig {
99
minSdkVersion 14
10-
compileSdk 33
11-
targetSdkVersion 33
10+
compileSdk 34
11+
targetSdkVersion 34
1212
}
1313
}
1414

IOIOLibAndroidDevice/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
namespace 'ioio.lib.android.device'
88
defaultConfig {
99
minSdkVersion 14
10-
compileSdk 33
11-
targetSdkVersion 33
10+
compileSdk 34
11+
targetSdkVersion 34
1212
}
1313
}
1414

applications/HelloIOIO/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66

77
defaultConfig {
88
minSdkVersion 21
9-
compileSdk 33
10-
targetSdkVersion 33
9+
compileSdk 34
10+
targetSdkVersion 34
1111

1212
versionCode getGitCommitCount()
1313
versionName getTag()

applications/HelloIOIOService/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ android {
44
namespace 'ioio.examples.hello_service'
55
defaultConfig {
66
minSdkVersion 14
7-
compileSdk 33
8-
targetSdkVersion 33
7+
compileSdk 34
8+
targetSdkVersion 34
99

1010
versionCode getGitCommitCount()
1111
versionName getTag()

applications/HolidayIOIO/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ android {
55
namespace "ioio.examples.holiday"
66
defaultConfig {
77
minSdkVersion 21
8-
compileSdk 33
9-
targetSdkVersion 33
8+
compileSdk 34
9+
targetSdkVersion 34
1010

1111
versionCode getGitCommitCount()
1212
versionName getTag()

applications/IOIOConnectionTesterAndroid/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ android {
44
namespace "ioio.connection_tester"
55
defaultConfig {
66
minSdkVersion 14
7-
compileSdk 33
8-
targetSdkVersion 33
7+
compileSdk 34
8+
targetSdkVersion 34
99

1010
versionCode getGitCommitCount()
1111
versionName getTag()

applications/IOIOManager/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ android {
55
namespace "ioio.manager"
66
defaultConfig {
77
minSdkVersion 21
8-
compileSdk 33
9-
targetSdkVersion 33
8+
compileSdk 34
9+
targetSdkVersion 34
1010

1111
versionCode getGitCommitCount()
1212
versionName getTag()

applications/IOIOSimpleApp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ android {
55
namespace "ioio.examples.simple"
66
defaultConfig {
77
minSdkVersion 21
8-
compileSdk 33
9-
targetSdkVersion 33
8+
compileSdk 34
9+
targetSdkVersion 34
1010

1111
versionCode getGitCommitCount()
1212
versionName getTag()

0 commit comments

Comments
 (0)