This repository was archived by the owner on Aug 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +20
-8
lines changed
Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ android {
99
1010 defaultConfig {
1111 applicationId " app.ladefuchs.android"
12- minSdkVersion 26
12+ minSdkVersion 33
1313 targetSdkVersion 33
14- versionCode 204
15- versionName " 2.0.4 "
14+ versionCode 205
15+ versionName " 2.0.5 "
1616
1717 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1818 }
Original file line number Diff line number Diff line change 1313#}
1414
1515# Klaxon
16- -keep public class kotlin.reflect.jvm.internal.impl.** { public *; }
17- -keep class com.beust.klaxon.** { *; }
18- -keep interface com.beust.klaxon.** { *; }
19- -keep class kotlin.Metadata { *; }
16+ #-keep public class kotlin.reflect.jvm.internal.impl.** { public *; }
17+ #-keep class com.beust.klaxon.** { *; }
18+ #-keep interface com.beust.klaxon.** { *; }
19+ #-keep class kotlin.Metadata { *; }
20+
21+ # Please add these rules to your existing keep rules in order to suppress warnings.
22+ # This is generated automatically by the Android Gradle plugin.
23+ -dontwarn org.bouncycastle.jsse.BCSSLParameters
24+ -dontwarn org.bouncycastle.jsse.BCSSLSocket
25+ -dontwarn org.bouncycastle.jsse.provider.BouncyCastleJsseProvider
26+ -dontwarn org.conscrypt.Conscrypt$Version
27+ -dontwarn org.conscrypt.Conscrypt
28+ -dontwarn org.conscrypt.ConscryptHostnameVerifier
29+ -dontwarn org.openjsse.javax.net.ssl.SSLParameters
30+ -dontwarn org.openjsse.javax.net.ssl.SSLSocket
31+ -dontwarn org.openjsse.net.ssl.OpenJSSE
2032
2133
2234# Uncomment this to preserve the line number information for
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 mavenCentral()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:8.0.2 '
9+ classpath ' com.android.tools.build:gradle:8.1.0 '
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments