Skip to content

Commit 10a2353

Browse files
committed
Update compileSdkVersion and buildToolsVersion and Readme file
1 parent 5946da7 commit 10a2353

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Test Device Policy Control (Test DPC) App
22
=========================================
33

4-
Test DPC is an app designed to help EMMs, ISVs, and OEMs to test their applications and platforms in a Android for Work managed profile (i.e. work profile). It serves as both a sample Device Policy Controller and a testing application to flex the APIs available for Android for Work. It supports devices running Android 5.0 Lollipop or later. As of June 8, 2016, it also includes support for devices running API level 24.
4+
Test DPC is an app designed to help EMMs, ISVs, and OEMs to test their applications and platforms in a Android for Work managed profile (i.e. work profile). It serves as both a sample Device Policy Controller and a testing application to flex the APIs available for Android for Work. It supports devices running Android 5.0 Lollipop or later. As of Mar 24, 2017, it also includes support for devices running API level 26.
55

66
See the [documentation](https://developer.android.com/work/index.html) to learn more about Android for Work.
77

88
Pre-requisites
99
--------------
1010

11-
- Android N SDK
12-
- Android Build Tools v24.0.0
11+
- Android O preview SDK
12+
- Android Build Tools v26.0.0-rc1
1313
- Android Support Repository
1414

1515
Getting Started

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ext {
1111
}
1212

1313
android {
14-
compileSdkVersion 26
15-
buildToolsVersion "26.0.0"
14+
compileSdkVersion 'android-O'
15+
buildToolsVersion '26.0.0-rc1'
1616

1717
defaultConfig {
1818
applicationId "com.afwsamples.testdpc"

0 commit comments

Comments
 (0)