Skip to content

Commit

Permalink
Update reference to Android SDK. Add reference to play release to
Browse files Browse the repository at this point in the history
README.
  • Loading branch information
jscott1989 committed Jun 19, 2020
1 parent bc74277 commit 86d0597
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Getting Started

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

This app can also be found [on the Play store](https://play.google.com/store/apps/details?id=com.afwsamples.testdpc).

Provisioning
------------

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ ext {
}

android {
compileSdkVersion 'android-R'
compileSdkVersion 'android-30'
buildToolsVersion "28.0.0"

defaultConfig {
applicationId "com.afwsamples.testdpc"
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 30
versionCode versionMajor * 1000 + versionMinor * 100 + versionBuild
versionName "${versionMajor}.${versionMinor}.${versionBuild}"
multiDexEnabled true
Expand Down

0 comments on commit 86d0597

Please sign in to comment.