mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Android v13.1.1
This commit is contained in:
parent
25cfc867db
commit
8548743b1f
2 changed files with 3 additions and 2 deletions
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -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",
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue