Commit 0fbdf440 authored by Daniel Xie's avatar Daniel Xie Committed by Gerrit Code Review
Browse files

Merge "DO NOT MERGE ANYWHERE: Bump CTS 5.0 to R5" into lollipop-cts-release

parents 74ef27c9 4147aa77
......@@ -18,7 +18,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.cts.verifier"
android:versionCode="5"
android:versionName="5.0_r4">
android:versionName="5.0_r5">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="21"/>
......
......@@ -31,7 +31,7 @@ public class CtsBuildProvider implements IBuildProvider {
@Option(name="cts-install-path", description="the path to the cts installation to use")
private String mCtsRootDirPath = System.getProperty("CTS_ROOT");
public static final String CTS_BUILD_VERSION = "5.0_r4";
public static final String CTS_BUILD_VERSION = "5.0_r5";
/**
* {@inheritDoc}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment