mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
buildToolsVersion does not need to be specified
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
cefdd5203e
commit
52c29e7b6e
@ -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'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user