Skip to content

Releases: tmurakami/dexopener

2.0.0-alpha02

30 Oct 21:37
Compare
Choose a tag to compare
  • Changed the dex generation task to use the dex version of source files

2.0.0-alpha01

28 Oct 13:59
Compare
Choose a tag to compare
  • Removed all deprecated classes and methods
  • Changed to obtain the root package to be opened from the class name of the user-defined AndroidJUnitRunner, not the BuildConfig. This is a breaking change.
  • Now supports for both androidx.test:runner and com.android.support.test:runner

1.0.5

18 Oct 12:14
Compare
Choose a tag to compare
  • Final release for version 1.x
  • DexOpenerAndroidJUnitRunner has been deprecated
  • Fixes #22: Fixed a multithreading issue while generating dex

1.0.4

07 Sep 15:49
Compare
Choose a tag to compare
  • dexlib2 2.2.5
  • Reduced binary size

1.0.3

02 Sep 13:09
Compare
Choose a tag to compare
  • A little performance improvement

1.0.2

15 Jun 18:46
Compare
Choose a tag to compare
  • Fixed licenses section of pom.xml

1.0.1

15 Jun 15:42
Compare
Choose a tag to compare
  • No notable improvements

1.0.0

15 Jun 15:01
Compare
Choose a tag to compare
  • ClassInjector 1.0.0
  • dexlib2 2.2.4
  • Changed license to Apache 2.0

0.13.1

01 Jun 11:56
Compare
Choose a tag to compare
  • ClassInjector 0.4.2

0.13.0

25 May 22:08
Compare
Choose a tag to compare
  • It now automatically detects the BuildConfig class of the target application