File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3737tasks. register(' clean' , Delete ) {
38- delete rootProject. buildDir
38+ delete rootProject. layout . buildDirectory
3939}
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ plugins {
66}
77
88android {
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 {
Original file line number Diff line number Diff line change 1- org.gradle.jvmargs =-Xmx2048m -Dfile.encoding =UTF-8
21android.useAndroidX =true
3- android.enableJetifier =true
42kotlin.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
610POM_PACKAGING =aar
711POM_NAME =dfc
You can’t perform that action at this time.
0 commit comments