Skip to content

Commit

Permalink
updated to the latest libraries version
Browse files Browse the repository at this point in the history
  • Loading branch information
oliexdev committed Nov 17, 2024
1 parent 8becfc5 commit 18861cd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
26 changes: 15 additions & 11 deletions android_app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ android {
}
}

buildFeatures {
buildConfig = true
}

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
sourceSets {
Expand Down Expand Up @@ -138,18 +142,18 @@ android {
}

dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3'

implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.navigation:navigation-fragment:2.7.7'
implementation 'androidx.navigation:navigation-ui:2.7.7'
implementation 'androidx.navigation:navigation-fragment:2.8.4'
implementation 'androidx.navigation:navigation-ui:2.8.4'
implementation "android.arch.lifecycle:extensions:1.1.1"
annotationProcessor "androidx.lifecycle:lifecycle-common-java8:2.8.0"
annotationProcessor "androidx.lifecycle:lifecycle-common-java8:2.8.7"

// MPAndroidChart
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
Expand All @@ -171,11 +175,11 @@ dependencies {
// Local unit tests
testImplementation 'junit:junit:4.13.2'
// Instrumented unit tests
implementation 'androidx.annotation:annotation:1.8.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test:rules:1.5.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.1'
implementation 'androidx.annotation:annotation:1.9.1'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test:rules:1.6.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.6.1'
}

tasks.withType(Test) {
Expand Down
4 changes: 2 additions & 2 deletions android_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.4.0'
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7"
classpath 'com.android.tools.build:gradle:8.4.2'
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.8.4"
}
}

Expand Down
1 change: 0 additions & 1 deletion android_app/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
android.defaults.buildfeatures.buildconfig=true
android.enableJetifier=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false
Expand Down

0 comments on commit 18861cd

Please sign in to comment.