Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 4b6946a

Browse files
committed
Update dependencies and perform a little cleanup
1 parent 5d21f01 commit 4b6946a

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
kotlinVersion = '1.3.72'
3+
kotlinVersion = '1.4.10'
44
moshiVersion = "1.9.2"
55
}
66

@@ -9,9 +9,8 @@ buildscript {
99
jcenter()
1010
}
1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:4.0.1'
12+
classpath 'com.android.tools.build:gradle:4.1.0'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
14-
classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion"
1514
}
1615
}
1716

owncloudComLibrary/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-kapt'
4-
apply plugin: 'kotlin-allopen'
54

65
dependencies {
76
api 'com.squareup.okhttp3:okhttp:4.6.0'
@@ -17,11 +16,6 @@ dependencies {
1716
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshiVersion"
1817
}
1918

20-
allOpen {
21-
// allows mocking for classes w/o directly opening them for release builds
22-
annotation 'com.owncloud.android.lib.testing.OpenClass'
23-
}
24-
2519
android {
2620
compileSdkVersion 29
2721

0 commit comments

Comments
 (0)