Skip to content

Commit

Permalink
build: Update gradle and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed Mar 23, 2024
1 parent 1f23af6 commit c9c9169
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'androidx.navigation.safeargs.kotlin'
id 'org.jmailen.kotlinter' version '4.0.0' // lintKotlin, formatKotlin
id 'org.jmailen.kotlinter' version '4.3.0' // lintKotlin, formatKotlin
id 'com.getkeepsafe.dexcount' version '4.0.0' // :app:countReleaseDexMethods
}

Expand Down Expand Up @@ -44,6 +44,7 @@ android {
}
buildFeatures {
viewBinding true
buildConfig true
}
bundle {
storeArchive {
Expand Down Expand Up @@ -79,7 +80,7 @@ dependencies {
implementation "androidx.navigation:navigation-ui-ktx:$navigation_version"
implementation "androidx.preference:preference-ktx:$preference_version"
implementation project(path: ':backpack')
developmentImplementation 'com.squareup.leakcanary:leakcanary-android:2.12'
developmentImplementation 'com.squareup.leakcanary:leakcanary-android:2.13'

// androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
// androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down
2 changes: 1 addition & 1 deletion backpack-apps
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
kotlin_version = '1.9.10'
navigation_version = '2.7.5'
kotlin_version = '1.9.23'
navigation_version = '2.7.7'
preference_version = '1.2.1'
}
dependencies {
Expand All @@ -13,6 +13,6 @@ buildscript {
}
}
plugins {
id 'com.android.application' version '8.1.2' apply false
id 'com.android.application' version '8.3.1' apply false
id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false
}
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=true
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=3e1af3ae886920c3ac87f7a91f816c0c7c436f276a6eefdb3da152100fef72ae
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionSha256Sum=544c35d6bd849ae8a5ed0bcea39ba677dc40f49df7d1835561582da2009b961d
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit c9c9169

Please sign in to comment.