Skip to content

Commit 94a3e38

Browse files
committed
build: upgrade sdkCompileVersion and sdkTargetVersion to 35 (Android 15)
1 parent 91e569c commit 94a3e38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
buildscript {
22
ext {
33
// SDK
4-
sdkCompileVersion = 34
4+
sdkCompileVersion = 35
55
sdkMinVersion = 24
6-
sdkTargetVersion = 34
6+
sdkTargetVersion = 35
77
}
88

99
repositories {

owncloudApp/src/main/java/com/owncloud/android/MainApp.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ class MainApp : Application() {
364364
get() {
365365
val appString = appContext.resources.getString(R.string.user_agent)
366366
val packageName = appContext.packageName
367-
var version = ""
367+
var version: String? = ""
368368

369369
val pInfo: PackageInfo?
370370
try {

0 commit comments

Comments
 (0)