This repository was archived by the owner on Jul 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11android.enableJetifier =true
2+ android.defaults.buildfeatures.aidl =false
3+ android.defaults.buildfeatures.buildconfig =false
4+ android.defaults.buildfeatures.renderscript =false
5+ android.defaults.buildfeatures.resvalues =false
6+ android.defaults.buildfeatures.shaders =false
27android.injected.testOnly =false
38android.useAndroidX =true
49kotlin.code.style =official
Original file line number Diff line number Diff line change 22versionName = " 1.8.0"
33versionCode = " 108000"
44accompanist = " 0.28.0"
5- agp = " 8.0.0-alpha11 "
5+ agp = " 7.4.0 "
66androidX-activity = " 1.6.1"
77androidX-appCompat = " 1.6.0"
88androidX-collection = " 1.2.0"
Original file line number Diff line number Diff line change 6060-dontwarn java.lang.instrument.ClassFileTransformer
6161-dontwarn sun.misc.SignalHandler
6262
63- # https://github.com/square/okhttp/blob/339732e3a1b78be5d792860109047f68a011b5eb/okhttp/src/jvmMain/resources/META-INF/proguard/okhttp3.pro#L11-L14
64- -dontwarn okhttp3.internal.platform.**
65- -dontwarn org.conscrypt.**
66- -dontwarn org.bouncycastle.**
67- -dontwarn org.openjsse.**
63+ # From OkHttp but gated appropriately
64+ -dontwarn org.conscrypt.ConscryptHostnameVerifier
6865
6966# ZoneRulesProvider _does_ exist!
7067-dontwarn java.time.zone.ZoneRulesProvider
You can’t perform that action at this time.
0 commit comments