File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed
Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4- Version 3.0.1 * (2024-)*
4+ Version 3.0.1 * (2024-02-26 )*
55----------------------------
66
77Bugfix:
8- - insertHTML now according to setHTML
8+ - insertHTML now according to setHTML
9+
10+ Update:
11+ - gradle:8.2.2
12+ - Compile / Target SDK Version 3x -> 34
913
1014
1115Version 3.0.0 * (2024-01-11)*
1216----------------------------
1317
1418Feature:
15- - New version, new author: lot of changes
19+ - New version, new author: lots of changes
1620
1721Version 2.0.0 * (2020-09-16)*
1822----------------------------
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.2.1 '
9+ classpath ' com.android.tools.build:gradle:8.2.2 '
1010 }
1111}
1212
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ android.useAndroidX=true
1919android.enableJetifier =true
2020android.enableR8.fullMode =true
2121
22- VERSION_NAME =3.0.0
23- VERSION_CODE =300
22+ VERSION_NAME =3.0.1
23+ VERSION_CODE =301
2424GROUP =jp.wasabeef
2525ARTIFACT_ID =richeditor-android
2626COMPILE_SDK_VERSION =34
27- TARGET_SDK_VERSION =33
27+ TARGET_SDK_VERSION =34
2828MIN_SDK_VERSION =24
2929# android.defaults.buildfeatures.buildconfig=true
3030android.nonTransitiveRClass =false
You can’t perform that action at this time.
0 commit comments