We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e569c commit 94a3e38Copy full SHA for 94a3e38
build.gradle
@@ -1,9 +1,9 @@
1
buildscript {
2
ext {
3
// SDK
4
- sdkCompileVersion = 34
+ sdkCompileVersion = 35
5
sdkMinVersion = 24
6
- sdkTargetVersion = 34
+ sdkTargetVersion = 35
7
}
8
9
repositories {
owncloudApp/src/main/java/com/owncloud/android/MainApp.kt
@@ -364,7 +364,7 @@ class MainApp : Application() {
364
get() {
365
val appString = appContext.resources.getString(R.string.user_agent)
366
val packageName = appContext.packageName
367
- var version = ""
+ var version: String? = ""
368
369
val pInfo: PackageInfo?
370
try {
0 commit comments