buildToolsVersion does not need to be specified

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2023-03-27 10:44:01 +02:00
parent cefdd5203e
commit 52c29e7b6e
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7

View File

@ -37,7 +37,6 @@ apply plugin: 'kotlinx-serialization'
android { android {
compileSdkVersion 33 compileSdkVersion 33
buildToolsVersion '33.0.2'
namespace 'com.nextcloud.talk' namespace 'com.nextcloud.talk'