Skip to content

Commit bd9b255

Browse files
committed
update gradle and target version
v3.0.1
1 parent b54e55a commit bd9b255

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
Change Log
22
==========
33

4-
Version 3.0.1 *(2024-)*
4+
Version 3.0.1 *(2024-02-26)*
55
----------------------------
66

77
Bugfix:
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

1115
Version 3.0.0 *(2024-01-11)*
1216
----------------------------
1317

1418
Feature:
15-
- New version, new author: lot of changes
19+
- New version, new author: lots of changes
1620

1721
Version 2.0.0 *(2020-09-16)*
1822
----------------------------

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.2.1'
9+
classpath 'com.android.tools.build:gradle:8.2.2'
1010
}
1111
}
1212

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ android.useAndroidX=true
1919
android.enableJetifier=true
2020
android.enableR8.fullMode=true
2121

22-
VERSION_NAME=3.0.0
23-
VERSION_CODE=300
22+
VERSION_NAME=3.0.1
23+
VERSION_CODE=301
2424
GROUP=jp.wasabeef
2525
ARTIFACT_ID=richeditor-android
2626
COMPILE_SDK_VERSION=34
27-
TARGET_SDK_VERSION=33
27+
TARGET_SDK_VERSION=34
2828
MIN_SDK_VERSION=24
2929
#android.defaults.buildfeatures.buildconfig=true
3030
android.nonTransitiveRClass=false

0 commit comments

Comments
 (0)