Skip to content

Commit 86d0597

Browse files
committed
Update reference to Android SDK. Add reference to play release to
README.
1 parent bc74277 commit 86d0597

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Getting Started
1010

1111
This sample uses the Gradle build system. To build this project, use the "gradlew assemble" command or use "Import Project" in Android Studio.
1212

13+
This app can also be found [on the Play store](https://play.google.com/store/apps/details?id=com.afwsamples.testdpc).
14+
1315
Provisioning
1416
------------
1517

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ ext {
1111
}
1212

1313
android {
14-
compileSdkVersion 'android-R'
14+
compileSdkVersion 'android-30'
1515
buildToolsVersion "28.0.0"
1616

1717
defaultConfig {
1818
applicationId "com.afwsamples.testdpc"
1919
minSdkVersion 21
20-
targetSdkVersion 29
20+
targetSdkVersion 30
2121
versionCode versionMajor * 1000 + versionMinor * 100 + versionBuild
2222
versionName "${versionMajor}.${versionMinor}.${versionBuild}"
2323
multiDexEnabled true

0 commit comments

Comments
 (0)