Skip to content

Commit 73bf385

Browse files
committed
update: project and dependency updates.
1 parent 085e1e5 commit 73bf385

5 files changed

Lines changed: 208 additions & 132 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ buildscript {
77
}
88

99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.4.2'
11-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0"
10+
classpath 'com.android.tools.build:gradle:8.7.2'
11+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23"
1212

1313
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.6.0'
1414
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.25.2'
@@ -35,5 +35,5 @@ allprojects {
3535
}
3636

3737
tasks.register('clean', Delete) {
38-
delete rootProject.buildDir
38+
delete rootProject.layout.buildDirectory
3939
}

dfc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66
}
77

88
android {
9-
compileSdk 33
9+
compileSdk 35
1010
namespace 'com.lazygeniouz.dfc'
1111

1212
defaultConfig {
1313
minSdk 21
14-
targetSdk 33
14+
targetSdk 35
1515
}
1616

1717
buildTypes {

gradle.properties

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
21
android.useAndroidX=true
3-
android.enableJetifier=true
42
kotlin.code.style=official
3+
android.enableJetifier=true
4+
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
5+
6+
android.nonFinalResIds=false
7+
android.nonTransitiveRClass=false
8+
android.defaults.buildfeatures.buildconfig=true
59

610
POM_PACKAGING=aar
711
POM_NAME=dfc

0 commit comments

Comments
 (0)