Skip to content

Commit

Permalink
[fix] Add v2.4.1, fix Kodein cause crash.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanpengcheng committed Sep 28, 2023
1 parent 6901291 commit c6d24c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.tans.tfiletransporter"
minSdkVersion 26
targetSdkVersion 34
versionCode 23092801
versionName "2.4.0"
versionCode 23092802
versionName "2.4.1"

}

Expand Down
3 changes: 3 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
-keepclassmembernames class io.netty.buffer.AdvancedLeakAwareByteBuf {*;}
-keep public class io.netty.util.ReferenceCountUtil {*;}

#Kodein
-keep class org.kodein.di.** {*;}

-dontwarn com.aayushatharva.brotli4j.Brotli4jLoader
-dontwarn com.aayushatharva.brotli4j.decoder.DecoderJNI$Status
-dontwarn com.aayushatharva.brotli4j.decoder.DecoderJNI$Wrapper
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import com.tans.tfiletransporter.transferproto.qrscanconn.startQRCodeScanClientS
import com.tans.tfiletransporter.ui.activity.BaseFragment
import com.tans.tfiletransporter.ui.activity.commomdialog.loadingDialog
import com.tans.tfiletransporter.ui.activity.filetransport.FileTransportActivity
import com.tans.tfiletransporter.ui.activity.filetransport.MyAppsFragment
import com.tans.tfiletransporter.ui.activity.qrcodescan.ScanQrCodeActivity
import com.tans.tfiletransporter.utils.fromJson
import com.tans.tfiletransporter.utils.showToastShort
Expand Down

0 comments on commit c6d24c8

Please sign in to comment.