|
@@ -37,7 +37,7 @@ apply plugin: 'kotlinx-serialization'
|
|
|
|
|
|
android {
|
|
android {
|
|
compileSdkVersion 32
|
|
compileSdkVersion 32
|
|
- buildToolsVersion '33.0.1'
|
|
|
|
|
|
+ buildToolsVersion '33.0.2'
|
|
|
|
|
|
namespace 'com.nextcloud.talk'
|
|
namespace 'com.nextcloud.talk'
|
|
|
|
|
|
@@ -311,7 +311,7 @@ dependencies {
|
|
|
|
|
|
// implementation 'androidx.activity:activity-ktx:1.4.0'
|
|
// implementation 'androidx.activity:activity-ktx:1.4.0'
|
|
|
|
|
|
- implementation 'com.github.nextcloud.android-common:ui:0.4.0'
|
|
|
|
|
|
+ implementation 'com.github.nextcloud.android-common:ui:0.5.0'
|
|
}
|
|
}
|
|
|
|
|
|
task installGitHooks(type: Copy, group: "development") {
|
|
task installGitHooks(type: Copy, group: "development") {
|