Skip to content

Commit

Permalink
api34
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed May 10, 2024
1 parent 2fdab3d commit 206bc2b
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions IOIOLibAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
namespace 'ioio.lib'
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34
}
}

Expand Down
4 changes: 2 additions & 2 deletions IOIOLibAndroidAccessory/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
namespace 'ioio.lib.accessory'
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34
}
}

Expand Down
4 changes: 2 additions & 2 deletions IOIOLibAndroidBluetooth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
namespace 'ioio.lib.bluetooth'
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34
}
}

Expand Down
4 changes: 2 additions & 2 deletions IOIOLibAndroidDevice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
namespace 'ioio.lib.android.device'
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34
}
}

Expand Down
4 changes: 2 additions & 2 deletions applications/HelloIOIO/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {

defaultConfig {
minSdkVersion 21
compileSdk 33
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34

versionCode getGitCommitCount()
versionName getTag()
Expand Down
4 changes: 2 additions & 2 deletions applications/HelloIOIOService/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ android {
namespace 'ioio.examples.hello_service'
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34

versionCode getGitCommitCount()
versionName getTag()
Expand Down
4 changes: 2 additions & 2 deletions applications/HolidayIOIO/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ android {
namespace "ioio.examples.holiday"
defaultConfig {
minSdkVersion 21
compileSdk 33
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34

versionCode getGitCommitCount()
versionName getTag()
Expand Down
4 changes: 2 additions & 2 deletions applications/IOIOConnectionTesterAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ android {
namespace "ioio.connection_tester"
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34

versionCode getGitCommitCount()
versionName getTag()
Expand Down
4 changes: 2 additions & 2 deletions applications/IOIOManager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ android {
namespace "ioio.manager"
defaultConfig {
minSdkVersion 21
compileSdk 33
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34

versionCode getGitCommitCount()
versionName getTag()
Expand Down
4 changes: 2 additions & 2 deletions applications/IOIOSimpleApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ android {
namespace "ioio.examples.simple"
defaultConfig {
minSdkVersion 21
compileSdk 33
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34

versionCode getGitCommitCount()
versionName getTag()
Expand Down
4 changes: 2 additions & 2 deletions applications/IOIOTestBed/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ android {
namespace "ioio.test_bed"
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34

versionCode getGitCommitCount()
versionName getTag()
Expand Down
4 changes: 2 additions & 2 deletions applications/IOIOTortureTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ android {
namespace "ioio.tests.torture"
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34

versionCode getGitCommitCount()
versionName getTag()
Expand Down
4 changes: 2 additions & 2 deletions applications/ShoeBot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ android {
namespace "ioio.applications.shoebot"
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34

versionCode getGitCommitCount()
versionName getTag()
Expand Down

0 comments on commit 206bc2b

Please sign in to comment.