Skip to content

Commit a6bb293

Browse files
committed
Bump sample compileSdk and targetSdk to 37
1 parent 3ddbce5 commit a6bb293

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sample/build.gradle.kts

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

1111
android {
1212
namespace = "jp.ntsk.room.schema.docs"
13-
compileSdk = 36
13+
compileSdk = 37
1414

1515
defaultConfig {
1616
applicationId = "jp.ntsk.room.schema.docs"
1717
minSdk = 29
18-
targetSdk = 36
18+
targetSdk = 37
1919
versionCode = 1
2020
versionName = "1.0.0"
2121

0 commit comments

Comments
 (0)