Skip to content

Commit

Permalink
feat: updated gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
agronick committed Jan 6, 2025
1 parent bbb23f2 commit b2ae89b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
27 changes: 14 additions & 13 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,33 +97,33 @@ dependencies {

implementation 'com.jjoe64:graphview:4.2.2'
implementation 'com.github.christophesmet:android_maskable_layout:v1.3.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
implementation 'com.jakewharton.timber:timber:5.0.1'

//noinspection GradleDependency
implementation 'com.google.guava:guava:32.1.2-jre'
implementation 'com.google.android.gms:play-services-auth:20.7.0'
implementation 'com.google.android.gms:play-services-auth:21.3.0'
implementation 'com.google.android.gms:play-services-identity:18.0.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation "androidx.datastore:datastore-preferences:1.0.0"
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
implementation 'androidx.navigation:navigation-ui-ktx:2.7.6'
implementation "androidx.datastore:datastore-preferences:1.1.1"
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
implementation 'androidx.navigation:navigation-ui-ktx:2.8.5'
implementation project(':speedviewlib')

testImplementation 'junit:junit:4.13.2'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'com.ezylang:EvalEx:3.0.5'

implementation 'androidx.annotation:annotation:1.7.1'
implementation "androidx.datastore:datastore:1.0.0"
implementation 'androidx.annotation:annotation:1.9.1'
implementation "androidx.datastore:datastore:1.1.1"
implementation 'com.google.protobuf:protobuf-java-util:3.25.1'
implementation 'rongi.rotate-layout:rotate-layout:3.0.0'
implementation 'androidx.databinding:databinding-runtime:8.2.2'
implementation 'com.github.rongi:rotate-layout:v3.0.0'
implementation 'androidx.databinding:databinding-runtime:8.7.3'
// implementation 'com.google.dagger:hilt-android:2.48'
// kapt 'com.google.dagger:hilt-compiler:2.48'
implementation "ch.acra:acra-mail:$acraVersion"
Expand Down Expand Up @@ -156,9 +156,9 @@ dependencies {
implementation 'androidx.compose.material3:material3-window-size-class'

// Optional - Integration with activities
implementation 'androidx.activity:activity-compose:1.8.2'
implementation 'androidx.activity:activity-compose:1.9.3'
// Optional - Integration with ViewModels
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7'
// Optional - Integration with LiveData
implementation 'androidx.compose.runtime:runtime-livedata'

Expand Down Expand Up @@ -194,4 +194,5 @@ kapt {
repositories {
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext.kotlin_version = '1.9.20'
ext.gradle_version = '8.1.4'
ext.gradle_version = '8.2.2'
ext.google_services_version = '4.3.15'
repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Aug 16 14:16:28 EDT 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit b2ae89b

Please sign in to comment.