Skip to content

Commit c6d24c8

Browse files
author
tanpengcheng
committed
[fix] Add v2.4.1, fix Kodein cause crash.
1 parent 6901291 commit c6d24c8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId "com.tans.tfiletransporter"
1616
minSdkVersion 26
1717
targetSdkVersion 34
18-
versionCode 23092801
19-
versionName "2.4.0"
18+
versionCode 23092802
19+
versionName "2.4.1"
2020

2121
}
2222

app/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
-keepclassmembernames class io.netty.buffer.AdvancedLeakAwareByteBuf {*;}
5353
-keep public class io.netty.util.ReferenceCountUtil {*;}
5454

55+
#Kodein
56+
-keep class org.kodein.di.** {*;}
57+
5558
-dontwarn com.aayushatharva.brotli4j.Brotli4jLoader
5659
-dontwarn com.aayushatharva.brotli4j.decoder.DecoderJNI$Status
5760
-dontwarn com.aayushatharva.brotli4j.decoder.DecoderJNI$Wrapper

app/src/main/java/com/tans/tfiletransporter/ui/activity/connection/localconnetion/LocalNetworkConnectionFragment.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import com.tans.tfiletransporter.transferproto.qrscanconn.startQRCodeScanClientS
2727
import com.tans.tfiletransporter.ui.activity.BaseFragment
2828
import com.tans.tfiletransporter.ui.activity.commomdialog.loadingDialog
2929
import com.tans.tfiletransporter.ui.activity.filetransport.FileTransportActivity
30-
import com.tans.tfiletransporter.ui.activity.filetransport.MyAppsFragment
3130
import com.tans.tfiletransporter.ui.activity.qrcodescan.ScanQrCodeActivity
3231
import com.tans.tfiletransporter.utils.fromJson
3332
import com.tans.tfiletransporter.utils.showToastShort

0 commit comments

Comments
 (0)