File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Getting Started
10
10
11
11
This sample uses the Gradle build system. To build this project, use the "gradlew assemble" command or use "Import Project" in Android Studio.
12
12
13
+ This app can also be found [ on the Play store] ( https://play.google.com/store/apps/details?id=com.afwsamples.testdpc ) .
14
+
13
15
Provisioning
14
16
------------
15
17
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ ext {
11
11
}
12
12
13
13
android {
14
- compileSdkVersion ' android-R '
14
+ compileSdkVersion ' android-30 '
15
15
buildToolsVersion " 28.0.0"
16
16
17
17
defaultConfig {
18
18
applicationId " com.afwsamples.testdpc"
19
19
minSdkVersion 21
20
- targetSdkVersion 29
20
+ targetSdkVersion 30
21
21
versionCode versionMajor * 1000 + versionMinor * 100 + versionBuild
22
22
versionName " ${ versionMajor} .${ versionMinor} .${ versionBuild} "
23
23
multiDexEnabled true
You can’t perform that action at this time.
0 commit comments