File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22* NOTE:* may be removed in the future in favor of the fastlane changelog.
33
4+ ## Version 2.4.4
5+ * Fix error when importing from file in Android 13+
6+
47## Version 2.4.3
58* Fix task sync adapter issues when no tasks are found
69* Add required notifications permissions to app manifest
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ android {
1919 minSdkVersion 21
2020 targetSdkVersion 33
2121
22- versionCode 20403
23- versionName " 2.4.3 "
22+ versionCode 20404
23+ versionName " 2.4.4 "
2424
2525 buildConfigField " boolean" , " customCerts" , " true"
2626 }
Original file line number Diff line number Diff line change 4848# Spongcastle
4949-dontwarn org.spongycastle.jce.provider.X509LDAPCertStoreSpi
5050-dontwarn org.spongycastle.x509.util.LDAPStoreHelper
51+
52+ # Android stuff automatically generated by the Android Gradle plugin.
53+ -dontwarn com.android.org.conscrypt.SSLParametersImpl
54+ -dontwarn groovy.lang.GroovyObject
55+ -dontwarn groovy.lang.MetaClass
56+ -dontwarn groovy.transform.Generated
57+ -dontwarn groovy.transform.Internal
58+ -dontwarn groovy.util.AbstractFactory
59+ -dontwarn groovy.util.FactoryBuilderSupport
60+ -dontwarn org.apache.harmony.xnet.provider.jsse.SSLParametersImpl
61+ -dontwarn org.bouncycastle.jsse.BCSSLParameters
62+ -dontwarn org.bouncycastle.jsse.BCSSLSocket
63+ -dontwarn org.bouncycastle.jsse.provider.BouncyCastleJsseProvider
64+ -dontwarn org.codehaus.groovy.reflection.ClassInfo
65+ -dontwarn org.codehaus.groovy.runtime.ScriptBytecodeAdapter
66+ -dontwarn org.codehaus.groovy.runtime.callsite.CallSite
67+ -dontwarn org.codehaus.groovy.runtime.callsite.CallSiteArray
68+ -dontwarn org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation
69+ -dontwarn org.codehaus.groovy.runtime.typehandling.ShortTypeHandling
70+ -dontwarn org.openjsse.javax.net.ssl.SSLParameters
71+ -dontwarn org.openjsse.javax.net.ssl.SSLSocket
72+ -dontwarn org.openjsse.net.ssl.OpenJSSE
You can’t perform that action at this time.
0 commit comments