File tree Expand file tree Collapse file tree
Runtime/Plugins/Android/MobileSupportStorage.androidlib
Runtime/Plugins/Android/MobileSupportThermal.androidlib Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55- Bug Fixes :bug :
66 - Android: downgraded library's ` compileSdkVersion ` to 35 to reduce unnecessary SDK upgrades
7+ - Android: fixed ` ClassNotFoundException ` when the app is minified
78
89## v1.0.1 - 2025/10/14
910
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ android {
77
88 defaultConfig {
99 minSdkVersion 19
10+ consumerProguardFiles ' proguard-rules.pro'
1011 }
1112
1213 buildTypes {
Original file line number Diff line number Diff line change 2020# hide the original source file name.
2121#-renamesourcefileattribute SourceFile
2222
23- -keep class jp.co.cyberagent.unitysupport.* { public *; }
23+ -keep class jp.co.cyberagent.unitysupport.storage. * { public *; }
Original file line number Diff line number Diff line change 44
55- Bug Fixes :bug :
66 - Android: downgraded library's ` compileSdkVersion ` to 35 to reduce unnecessary SDK upgrades
7+ - Android: fixed ` ClassNotFoundException ` when the app is minified
78
89## v2.0.1 - 2025/10/14
910
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ android {
77
88 defaultConfig {
99 minSdkVersion 19
10+ consumerProguardFiles ' proguard-rules.pro'
1011 }
1112
1213 buildTypes {
Original file line number Diff line number Diff line change 2020# hide the original source file name.
2121#-renamesourcefileattribute SourceFile
2222
23- -keep class jp.co.cyberagent.unitysupport.* { public *; }
23+ -keep class jp.co.cyberagent.unitysupport.thermal. * { public *; }
You can’t perform that action at this time.
0 commit comments