Skip to content

Commit 64db4a8

Browse files
committed
Target SDK 36
1 parent 3592aaa commit 64db4a8

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

.idea/deploymentTargetSelector.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/deviceManager.xml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ kotlin {
1111
}
1212
android {
1313
namespace 'com.phpbg.easysync'
14-
compileSdk 35
14+
compileSdk 36
1515

1616
defaultConfig {
1717
applicationId "com.phpbg.easysync"
1818
minSdk 26
1919
resourceConfigurations += ["en", "fr", "de", "ru"]
20-
targetSdk 35
20+
targetSdk 36
2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222
vectorDrawables {
2323
useSupportLibrary true

0 commit comments

Comments
 (0)