Android v13.1.1

This commit is contained in:
Samuel Clay 2023-08-21 09:28:52 -04:00
parent 25cfc867db
commit 8548743b1f
2 changed files with 3 additions and 2 deletions

View file

@ -37,4 +37,5 @@
"nrf-connect.toolchain.path": "${nrf-connect.toolchain:1.9.1}",
"C_Cpp.default.configurationProvider": "nrf-connect",
"editor.formatOnSave": false,
"ansible.python.interpreterPath": "/opt/homebrew/bin/python3",
}

View file

@ -5,8 +5,8 @@ object Config {
const val compileSdk = 33
const val minSdk = 23
const val targetSdk = 33
const val versionCode = 213
const val versionName = "13.1.0"
const val versionCode = 214
const val versionName = "13.1.1"
const val androidTestInstrumentation = "androidx.test.runner.AndroidJUnitRunner"