Skip to content

Commit

Permalink
changed target SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
isha382 committed Oct 11, 2024
1 parent 5b92739 commit 3f350f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/controller/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {

defaultConfig {
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 32

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
2 changes: 1 addition & 1 deletion android/robot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
defaultConfig {
applicationId "org.openbot"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 32
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a'
}
Expand Down

0 comments on commit 3f350f2

Please sign in to comment.