Skip to content

Commit 81eba87

Browse files
committed
Update target sdk version to 'N'
Bug: 27540589 Change-Id: I125a59f10c2f814c47b07f01b6dc6337d2f1c6fc
1 parent 9e94bb5 commit 81eba87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
defaultConfig {
2020
applicationId "com.afwsamples.testdpc"
2121
minSdkVersion 21
22-
targetSdkVersion 24
22+
targetSdkVersion 'N'
2323
versionCode versionMajor * 1000 + versionMinor * 100 + versionBuild
2424
versionName "${versionMajor}.${versionMinor}.${versionBuild}"
2525
}

0 commit comments

Comments
 (0)