Skip to content

Commit 42e298d

Browse files
committed
chore(targetSdk): bump android target SDK to 36
1 parent 7741e83 commit 42e298d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ if (keystorePropertiesFile.exists()) {
2424

2525
android {
2626
namespace 'com.xpeho.xpeapp'
27-
compileSdk 34
27+
compileSdk 36
2828

2929
defaultConfig {
3030
applicationId "com.xpeho.xpeapp"
3131
minSdk 26
32-
targetSdk 34
32+
targetSdk 36
3333
versionCode project.hasProperty('versionCode') ? project.versionCode.toInteger() : 1
3434
versionName project.hasProperty('versionName') ? project.versionName : "1.0"
3535

0 commit comments

Comments
 (0)