File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id ' com.android.application'
3
3
id ' org.jetbrains.kotlin.android'
4
4
id ' androidx.navigation.safeargs.kotlin'
5
- id ' org.jmailen.kotlinter' version ' 4.0 .0' // lintKotlin, formatKotlin
5
+ id ' org.jmailen.kotlinter' version ' 4.3 .0' // lintKotlin, formatKotlin
6
6
id ' com.getkeepsafe.dexcount' version ' 4.0.0' // :app:countReleaseDexMethods
7
7
}
8
8
@@ -44,6 +44,7 @@ android {
44
44
}
45
45
buildFeatures {
46
46
viewBinding true
47
+ buildConfig true
47
48
}
48
49
bundle {
49
50
storeArchive {
@@ -79,7 +80,7 @@ dependencies {
79
80
implementation " androidx.navigation:navigation-ui-ktx:$navigation_version "
80
81
implementation " androidx.preference:preference-ktx:$preference_version "
81
82
implementation project(path : ' :backpack' )
82
- developmentImplementation ' com.squareup.leakcanary:leakcanary-android:2.12 '
83
+ developmentImplementation ' com.squareup.leakcanary:leakcanary-android:2.13 '
83
84
84
85
// androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
85
86
// androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
3
ext {
4
- kotlin_version = ' 1.9.10 '
5
- navigation_version = ' 2.7.5 '
4
+ kotlin_version = ' 1.9.23 '
5
+ navigation_version = ' 2.7.7 '
6
6
preference_version = ' 1.2.1'
7
7
}
8
8
dependencies {
@@ -13,6 +13,6 @@ buildscript {
13
13
}
14
14
}
15
15
plugins {
16
- id ' com.android.application' version ' 8.1.2 ' apply false
16
+ id ' com.android.application' version ' 8.3.1 ' apply false
17
17
id ' org.jetbrains.kotlin.android' version " $kotlin_version " apply false
18
18
}
Original file line number Diff line number Diff line change @@ -21,5 +21,4 @@ kotlin.code.style=official
21
21
# resources declared in the library itself and none from the library's dependencies,
22
22
# thereby reducing the size of the R class for that library
23
23
android.nonTransitiveRClass =true
24
- android.defaults.buildfeatures.buildconfig =true
25
24
android.nonFinalResIds =true
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionSha256Sum =3e1af3ae886920c3ac87f7a91f816c0c7c436f276a6eefdb3da152100fef72ae
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
3
+ distributionSha256Sum =544c35d6bd849ae8a5ed0bcea39ba677dc40f49df7d1835561582da2009b961d
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
5
5
networkTimeout =10000
6
6
validateDistributionUrl =true
7
7
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments