Skip to content

Commit 4e7279c

Browse files
committed
Release 0.2.4 - target sdk fix
1 parent 16f8793 commit 4e7279c

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111

1212
multiDexEnabled true
1313
minSdk 14
14-
targetSdk 14
14+
targetSdk 34
1515
/*
1616
// Playstore
1717
minSdk 24

app/proguard-rules.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
void setOptionalIconsVisible(boolean);
2727
}
2828

29+
-keep class java.util.Optional { *; }
30+
2931
# Uncomment this to preserve the line number information for
3032
# debugging stack traces.
3133
#-keepattributes SourceFile,LineNumberTable

file_picker/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010

1111
multiDexEnabled true
1212
minSdk 14
13-
targetSdk 14
13+
targetSdk 34
1414
/*
1515
// Playstore
1616
minSdk 24
@@ -44,5 +44,5 @@ dependencies {
4444
implementation fileTree(include: ['*.jar'], dir: 'libs')
4545
compileOnly group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
4646
implementation "com.google.android.material:material:${materialVersion}"
47-
implementation "androidx.multidex:multidex:2.0.1"
47+
// implementation "androidx.multidex:multidex:2.0.1"
4848
}

0 commit comments

Comments
 (0)