Commit ef24d758 authored by Thomas's avatar Thomas
Browse files

Upgrade libs

parent 65202df9
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@ plugins {
}
def flavor
android {
    compileSdk 31
    compileSdk 32

    defaultConfig {
        minSdk 21
        targetSdk 31
        targetSdk 32
        versionCode 434
        versionName "3.8.1"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -78,8 +78,8 @@ allprojects {
}
dependencies {
    implementation project(':autoimageslider')
    implementation 'androidx.appcompat:appcompat:1.4.2'
    implementation 'com.google.android.material:material:1.6.1'
    implementation 'androidx.appcompat:appcompat:1.5.1'
    implementation 'com.google.android.material:material:1.7.0'
    implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
    implementation "com.google.code.gson:gson:2.9.1"
    implementation 'com.squareup.retrofit2:retrofit:2.9.0'
@@ -129,11 +129,11 @@ dependencies {
    implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
    implementation 'androidx.lifecycle:lifecycle-livedata:2.5.1'
    implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1'
    implementation 'androidx.navigation:navigation-fragment:2.5.1'
    implementation 'androidx.navigation:navigation-ui:2.5.1'
    implementation 'androidx.navigation:navigation-fragment:2.5.3'
    implementation 'androidx.navigation:navigation-ui:2.5.3'
    testImplementation 'junit:junit:'
    androidTestImplementation 'androidx.test.ext:junit:1.1.3'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
    androidTestImplementation 'androidx.test.ext:junit:1.1.4'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
    // debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'

    coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
+0 −2
Original line number Diff line number Diff line
@@ -7,8 +7,6 @@ android {
    defaultConfig {
        minSdkVersion 15
        targetSdkVersion 31
        versionCode 5
        versionName "1.4.0"

        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

+2 −2
Original line number Diff line number Diff line
@@ -6,10 +6,10 @@ buildscript {

    }
    dependencies {
        classpath 'com.android.tools.build:gradle:7.0.4'
        classpath 'com.android.tools.build:gradle:7.3.1'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
        classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.1"
        classpath 'com.google.gms:google-services:4.3.8'
        classpath 'com.google.gms:google-services:4.3.10'
        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ android {
    compileSdk 31
    defaultConfig {
        minSdkVersion 14
        versionCode 1
    }
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
+1 −1
Original line number Diff line number Diff line
#Wed Nov 03 09:29:30 CET 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Loading