Merge pull request #2894 from nextcloud/removeBuildToolsVersion

buildToolsVersion does not need to be specified
This commit is contained in:
Andy Scherzinger 2023-03-28 09:40:01 +02:00 committed by GitHub
commit 77b2e5a020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'