Skip to content
Snippets Groups Projects
Commit 02e8b5e9 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

build: upgrade tools

Change-Id: I375867b65b2f3b53caef28b6b8dca5159423a90e
parent c3e8cb31
No related branches found
No related tags found
No related merge requests found
......@@ -65,9 +65,6 @@ android {
storeFile = file("../keystore.bin")
}
}
lint {
disable("MissingTranslation")
}
splits {
abi {
isEnable = true
......@@ -90,8 +87,8 @@ dependencies {
implementation (project(":libjamiclient"))
implementation ("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
implementation ("androidx.core:core-ktx:1.7.0")
implementation ("androidx.appcompat:appcompat:1.4.0")
implementation ("androidx.constraintlayout:constraintlayout:2.1.2")
implementation ("androidx.appcompat:appcompat:1.4.1")
implementation ("androidx.constraintlayout:constraintlayout:2.1.3")
implementation ("androidx.legacy:legacy-support-core-utils:1.0.0")
implementation ("androidx.cardview:cardview:1.0.0")
implementation ("androidx.preference:preference-ktx:1.1.1")
......@@ -101,7 +98,7 @@ dependencies {
implementation ("androidx.tvprovider:tvprovider:1.1.0-alpha01")
implementation ("androidx.media:media:1.4.3")
implementation ("androidx.percentlayout:percentlayout:1.0.0")
implementation ("com.google.android.material:material:1.5.0-rc01")
implementation ("com.google.android.material:material:1.5.0")
implementation ("com.google.android.flexbox:flexbox:3.0.0")
implementation ("org.osmdroid:osmdroid-android:6.1.11")
implementation ("androidx.sharetarget:sharetarget:1.2.0-rc01")
......@@ -115,11 +112,13 @@ dependencies {
// Dagger dependency injection
implementation("com.google.dagger:hilt-android:$hilt_version")
implementation("androidx.test.ext:junit-ktx:1.1.3")
kapt("com.google.dagger:hilt-android-compiler:$hilt_version")
// Espresso Unit Tests
androidTestImplementation("androidx.test.ext:junit-ktx:1.1.3")
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
androidTestImplementation("androidx.test:rules:1.4.0")
androidTestImplementation("androidx.test.ext:junit:1.1.3")
kapt("com.google.dagger:hilt-android-compiler:$hilt_version")
// Glide
implementation ("com.github.bumptech.glide:glide:4.12.0")
......
......@@ -9,7 +9,7 @@ buildscript {
val hilt_version by extra { "2.40.5" }
dependencies {
classpath ("com.android.tools.build:gradle:7.0.4")
classpath ("com.android.tools.build:gradle:7.1.0")
classpath ("com.google.gms:google-services:4.3.10")
classpath ("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version")
classpath ("com.google.dagger:hilt-android-gradle-plugin:$hilt_version")
......
#Sat Dec 04 15:30:10 EST 2021
#Tue Feb 01 18:53:00 EST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
......@@ -2,7 +2,6 @@ val kotlin_version: String by rootProject.extra
val hilt_version: String by rootProject.extra
val dokka_version: String by rootProject.extra
plugins {
id("kotlin")
id("java")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment