Skip to content

Commit c9c9169

Browse files
committed
build: Update gradle and dependencies
1 parent 1f23af6 commit c9c9169

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'com.android.application'
33
id 'org.jetbrains.kotlin.android'
44
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
66
id 'com.getkeepsafe.dexcount' version '4.0.0' // :app:countReleaseDexMethods
77
}
88

@@ -44,6 +44,7 @@ android {
4444
}
4545
buildFeatures {
4646
viewBinding true
47+
buildConfig true
4748
}
4849
bundle {
4950
storeArchive {
@@ -79,7 +80,7 @@ dependencies {
7980
implementation "androidx.navigation:navigation-ui-ktx:$navigation_version"
8081
implementation "androidx.preference:preference-ktx:$preference_version"
8182
implementation project(path: ':backpack')
82-
developmentImplementation 'com.squareup.leakcanary:leakcanary-android:2.12'
83+
developmentImplementation 'com.squareup.leakcanary:leakcanary-android:2.13'
8384

8485
// androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
8586
// androidTestImplementation 'androidx.test.ext:junit:1.1.5'

backpack-apps

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
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'
66
preference_version = '1.2.1'
77
}
88
dependencies {
@@ -13,6 +13,6 @@ buildscript {
1313
}
1414
}
1515
plugins {
16-
id 'com.android.application' version '8.1.2' apply false
16+
id 'com.android.application' version '8.3.1' apply false
1717
id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false
1818
}

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ kotlin.code.style=official
2121
# resources declared in the library itself and none from the library's dependencies,
2222
# thereby reducing the size of the R class for that library
2323
android.nonTransitiveRClass=true
24-
android.defaults.buildfeatures.buildconfig=true
2524
android.nonFinalResIds=true

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
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
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)