Skip to content

Commit efd8d7e

Browse files
Update build.gradle.kts
1 parent c768383 commit efd8d7e

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
@@ -10,12 +10,12 @@ plugins {
1010

1111
android {
1212
namespace = "com.google.ai.sample"
13-
compileSdk = 34
13+
compileSdk = 35
1414

1515
defaultConfig {
1616
applicationId = "com.google.ai.sample"
1717
minSdk = 26
18-
targetSdk = 34
18+
targetSdk = 35
1919
versionCode = 1
2020
versionName = "1.0"
2121

0 commit comments

Comments
 (0)