Skip to content

Commit dd03300

Browse files
committed
bump compile and target
1 parent 92a213c commit dd03300

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ plugins {
88

99
android {
1010
namespace = "com.thisisnotajoke.interview"
11-
compileSdk = 36
11+
compileSdk = 37
1212

1313
defaultConfig {
1414
applicationId = "com.thisisnotajoke.interview"
1515
minSdk = 26
16-
targetSdk = 36
16+
targetSdk = 37
1717
versionCode = 1
1818
versionName = "1.0"
1919

0 commit comments

Comments
 (0)