Skip to content

Commit 278d8a0

Browse files
author
John Qualls
authored
Disable AAR minification (#35)
* Disable r8 * Update changelog
1 parent 2f31ec1 commit 278d8a0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 0.1.5
4+
5+
Bug Fixes
6+
7+
- Disabled AAR minification to fix Android Studio issues such as getting stuck in code analysis and not being able to find declarations of AudioSwitch code.
8+
39
### 0.1.4
410

511
Enhancements

audioswitch/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333

3434
buildTypes {
3535
release {
36-
minifyEnabled true
36+
minifyEnabled false
3737
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
3838
}
3939
}

0 commit comments

Comments
 (0)