Skip to content

Commit

Permalink
Deprecated compliesdk
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed May 9, 2024
1 parent 0fe62a6 commit 6227602
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion IOIOLibAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
}

android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33

}
Expand Down
2 changes: 1 addition & 1 deletion IOIOLibAndroidAccessory/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
}

android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33

}
Expand Down
2 changes: 1 addition & 1 deletion IOIOLibAndroidBluetooth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
}

android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33

}
Expand Down
2 changes: 1 addition & 1 deletion IOIOLibAndroidDevice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
}

android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33

}
Expand Down
2 changes: 1 addition & 1 deletion applications/HelloIOIO/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ apply plugin: 'kotlin-android'
android {
namespace "ioio.examples.hello"

compileSdkVersion 33
defaultConfig {

minSdkVersion 21
compileSdk 33
targetSdkVersion 33

versionCode getGitCommitCount()
Expand Down
2 changes: 1 addition & 1 deletion applications/HelloIOIOService/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33

versionCode getGitCommitCount()
Expand Down
2 changes: 1 addition & 1 deletion applications/HolidayIOIO/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 33
defaultConfig {

minSdkVersion 21
compileSdk 33
targetSdkVersion 33

versionCode getGitCommitCount()
Expand Down
2 changes: 1 addition & 1 deletion applications/IOIOConnectionTesterAndroid/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33

versionCode getGitCommitCount()
Expand Down
2 changes: 1 addition & 1 deletion applications/IOIOManager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 33
defaultConfig {

minSdkVersion 21
compileSdk 33
targetSdkVersion 33

versionCode getGitCommitCount()
Expand Down
2 changes: 1 addition & 1 deletion applications/IOIOSimpleApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 33
defaultConfig {

minSdkVersion 21
compileSdk 33
targetSdkVersion 33

versionCode getGitCommitCount()
Expand Down
2 changes: 1 addition & 1 deletion applications/IOIOTestBed/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33

versionCode getGitCommitCount()
Expand Down
2 changes: 1 addition & 1 deletion applications/IOIOTortureTest/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33

versionCode getGitCommitCount()
Expand Down
2 changes: 1 addition & 1 deletion applications/ShoeBot/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 14
compileSdk 33
targetSdkVersion 33

versionCode getGitCommitCount()
Expand Down

0 comments on commit 6227602

Please sign in to comment.