File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ Version 3.0.3 * (2024-12-08)*
5+ ----------------------------
6+
7+ Bugfix:
8+
9+ Feature:
10+
11+ Update:
12+ - gradle-lib:8.7.3
13+ - gradle:8.11.1
14+ - appcompat:1.7.0
15+ - kotlin-bom:2.0.2
16+ - COMPILE_SDK_VERSION=35
17+ - TARGET_SDK_VERSION=35
18+
419Version 3.0.2 * (2024-04-15)*
520----------------------------
621
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 mavenCentral()
1010 }
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:8.7.2 '
12+ classpath ' com.android.tools.build:gradle:8.7.3 '
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1414 }
1515}
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ VERSION_NAME=3.0.3
2323VERSION_CODE =303
2424GROUP =jp.wasabeef
2525ARTIFACT_ID =richeditor-android
26- COMPILE_SDK_VERSION =34
27- TARGET_SDK_VERSION =34
26+ COMPILE_SDK_VERSION =35
27+ TARGET_SDK_VERSION =35
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