Skip to content

Commit

Permalink
api34
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed May 9, 2024
1 parent e2866d1 commit 8f113db
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 @@ -6,8 +6,8 @@ plugins {
android {
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34

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

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

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

}
namespace 'ioio.lib.android.device'
Expand Down
4 changes: 2 additions & 2 deletions applications/HelloIOIO/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,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 @@ -3,8 +3,8 @@ apply plugin: 'com.android.application'
android {
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 {
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 @@ -3,8 +3,8 @@ apply plugin: 'com.android.application'
android {
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 {
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 {
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 @@ -3,8 +3,8 @@ apply plugin: 'com.android.application'
android {
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 @@ -3,8 +3,8 @@ apply plugin: 'com.android.application'
android {
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 @@ -3,8 +3,8 @@ apply plugin: 'com.android.application'
android {
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34

versionCode getGitCommitCount()
versionName getTag()
Expand Down

0 comments on commit 8f113db

Please sign in to comment.