Skip to content

Commit ed397ba

Browse files
committed
Android API level 35 (Android 15)
1 parent 3a2321e commit ed397ba

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/android-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
run: ./gradlew assembleDebug
2727

2828
- name: Run unit tests
29-
run: ./gradlew testDebugUnitTest testMdmDebugUnitTest --continue
29+
run: ./gradlew testDebugUnitTest --continue

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 = 26
6-
sdkTargetVersion = 34
6+
sdkTargetVersion = 35
77
}
88

99
repositories {

opencloudApp/src/main/java/eu/opencloud/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)