Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3faea64

Browse files
committed
v1.4-06
Signed-off-by: niendo1 <[email protected]>
1 parent 3a6feda commit 3faea64

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

ImapNotes3/build.gradle

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

8989
dependencies {
9090
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'
9292
implementation 'androidx.preference:preference:1.2.1'
9393
implementation 'com.sun.mail:android-mail:1.6.7'
9494
implementation 'com.sun.mail:android-activation:1.6.7'

ImapNotes3/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:dist="http://schemas.android.com/apk/distribution"
44
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">
77

88
<dist:module dist:instant="true" />
99

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:8.10.0'
8+
classpath 'com.android.tools.build:gradle:8.10.1'
99
}
1010

1111
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* Build-Updates (Bibliotheken, Gradle usw.)
2+
* RichEditor 3.0.4 (Fix für Android 16)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
* build updates (libs, gradle etc.)
2-
* RichEditor 3.0.4 (fixes for >36)
2+
* RichEditor 3.0.4 (fix for Android 16)

0 commit comments

Comments
 (0)