File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
fastlane/metadata/android Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ android {
88
88
89
89
dependencies {
90
90
implementation ' com.google.android.material:material:1.12.0'
91
- implementation ' androidx.appcompat:appcompat:1.7.0 '
91
+ implementation ' androidx.appcompat:appcompat:1.7.1 '
92
92
implementation ' androidx.preference:preference:1.2.1'
93
93
implementation ' com.sun.mail:android-mail:1.6.7'
94
94
implementation ' com.sun.mail:android-activation:1.6.7'
Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
xmlns : dist =" http://schemas.android.com/apk/distribution"
4
4
xmlns : tools =" http://schemas.android.com/tools"
5
- android : versionCode =" 10405 "
6
- android : versionName =" v1.4-05 " >
5
+ android : versionCode =" 10406 "
6
+ android : versionName =" v1.4-06 " >
7
7
8
8
<dist : module dist : instant =" true" />
9
9
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:8.10.0 '
8
+ classpath ' com.android.tools.build:gradle:8.10.1 '
9
9
}
10
10
11
11
}
Original file line number Diff line number Diff line change
1
+ * Build-Updates (Bibliotheken, Gradle usw.)
2
+ * RichEditor 3.0.4 (Fix für Android 16)
Original file line number Diff line number Diff line change 1
1
* build updates (libs, gradle etc.)
2
- * RichEditor 3.0.4 (fixes for >36 )
2
+ * RichEditor 3.0.4 (fix for Android 16 )
You can’t perform that action at this time.
0 commit comments