Upgrade build tools to 33.0.1
This commit is contained in:
parent
65f4c2f639
commit
067a128c13
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ plugins {
|
||||||
android {
|
android {
|
||||||
namespace = "dev.jdtech.jellyfin"
|
namespace = "dev.jdtech.jellyfin"
|
||||||
compileSdk = 33
|
compileSdk = 33
|
||||||
buildToolsVersion = "33.0.0"
|
buildToolsVersion = "33.0.1"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "dev.jdtech.jellyfin"
|
applicationId = "dev.jdtech.jellyfin"
|
||||||
|
|
Loading…
Reference in a new issue