Skip to content

Commit

Permalink
Merge pull request #6867 from hoisie/bump-preinstrumented-version
Browse files Browse the repository at this point in the history
Bump to version 3 of preinstrumented jars
  • Loading branch information
hoisie committed Nov 18, 2021
2 parents 7ec9ef3 + 72be268 commit 9785f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/AndroidSdk.groovy
@@ -1,5 +1,5 @@
class AndroidSdk implements Comparable<AndroidSdk> {
static final PREINSTRUMENTED_VERSION = 2
static final PREINSTRUMENTED_VERSION = 3

static final JELLY_BEAN = new AndroidSdk(16, "4.1.2_r1", "r1")
static final JELLY_BEAN_MR1 = new AndroidSdk(17, "4.2.2_r1.2", "r1")
Expand Down
Expand Up @@ -47,7 +47,7 @@ public class DefaultSdkProvider implements SdkProvider {

private static final int RUNNING_JAVA_VERSION = Util.getJavaVersion();

private static final int PREINSTRUMENTED_VERSION = 2;
private static final int PREINSTRUMENTED_VERSION = 3;

private final DependencyResolver dependencyResolver;

Expand Down

0 comments on commit 9785f73

Please sign in to comment.