chore: downgrade Android version from 33 to 32 in order to see (among others) Bluetooth SDK sources in IDE
This commit is contained in:
@@ -5,12 +5,12 @@ plugins {
|
||||
|
||||
android {
|
||||
namespace 'com.example.sensortestingapp'
|
||||
compileSdk 33
|
||||
compileSdk 32
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.example.sensortestingapp"
|
||||
minSdk 29
|
||||
targetSdk 33
|
||||
targetSdk 32
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user