Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit 205f05c

Browse files
committed
minSDK Anpassung gemäß Play Store Policy (August 2023)
1 parent 8336f57 commit 205f05c

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

Ladefuchs/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

Ladefuchs/app/proguard-rules.pro

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,22 @@
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

Ladefuchs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)