From a3b8c73d8ae9943c8aaabf49349302b4c05cea71 Mon Sep 17 00:00:00 2001 From: David Srbecky Date: Wed, 15 Nov 2023 15:54:38 +0000 Subject: Revert "Add support for dex containers (DEX v41)." This reverts commit 854b363b284592d0bbfdbe31eb487fa64a4b9471. Reason for revert: PlayStore Scanner failures Change-Id: I7807aba1bfe1f662129f90c870c82427ca6d121f --- test/MultiDexModifiedSecondary/Second.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/MultiDexModifiedSecondary/Second.java') diff --git a/test/MultiDexModifiedSecondary/Second.java b/test/MultiDexModifiedSecondary/Second.java index 08ad625bf0..3555a7ff36 100644 --- a/test/MultiDexModifiedSecondary/Second.java +++ b/test/MultiDexModifiedSecondary/Second.java @@ -15,7 +15,11 @@ */ class Second { + public String getThird() { + return "I Third That."; + } + public String getSecond() { - return "Modified"; // Must have the same length as original so that dex size is same. + return "I Second That."; } } -- cgit v1.2.3-59-g8ed1b