Skip to content

Commit 3e2def7

Browse files
committed
Build/gradle updates
1 parent 948de8a commit 3e2def7

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Change 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+
419
Version 3.0.2 *(2024-04-15)*
520
----------------------------
621

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ VERSION_NAME=3.0.3
2323
VERSION_CODE=303
2424
GROUP=jp.wasabeef
2525
ARTIFACT_ID=richeditor-android
26-
COMPILE_SDK_VERSION=34
27-
TARGET_SDK_VERSION=34
26+
COMPILE_SDK_VERSION=35
27+
TARGET_SDK_VERSION=35
2828
MIN_SDK_VERSION=24
2929
#android.defaults.buildfeatures.buildconfig=true
3030
android.nonTransitiveRClass=false

0 commit comments

Comments
 (0)