diff --git a/build.gradle b/build.gradle index a1a64b785a..9b2ec90ce6 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ buildscript { maven { url "https://plugins.gradle.org/m2/" } // jacoco 0.2 } dependencies { - classpath 'com.android.tools.build:gradle:4.1.3' + classpath 'com.android.tools.build:gradle:4.2.1' classpath 'com.google.gms:google-services:4.3.5' classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.2' diff --git a/core/src/main/res/values-it-rIT/strings.xml b/core/src/main/res/values-it-rIT/strings.xml index f3d0a941cd..5bea9521a6 100644 --- a/core/src/main/res/values-it-rIT/strings.xml +++ b/core/src/main/res/values-it-rIT/strings.xml @@ -315,7 +315,6 @@ BOLO CONSIGLIO BOLO - RECORD BOLO BOLO ESTESO TBR SUPERBOLO CHO @@ -380,28 +379,8 @@ IMPORTA DATABASE ESPORTAZIONE OTP RESET OTP - SMS BASALE - SMS BOLO - SMS CAL - SMS CHO - SMS BOLO ESTESO - SMS LOOP DISABILITATO - SMS LOOP ABILITATO - SMS RIPRESA LOOP - SMS SOSPENSIONE LOOP - SMS PROFILO - SMS CONNESSIONE MICRO - SMS DISCONNESSIONE MICRO - SMS SMS - SMS TT - TT ELIMINATO DA NS - PORTALE ELIMINATO DA NS - PORTALE DA NS - TT DA NS - TT CANCELLATO DA NS ESPORTA VOCI UTENTE SCONOSCIUTO - Stringa formattata Esporta voci utente in Excel (csv) "Timestamp;Date;UTC Offset;Action;Note;Value;Unit" diff --git a/dana/build.gradle b/dana/build.gradle index 14391efbea..33b66a5090 100644 --- a/dana/build.gradle +++ b/dana/build.gradle @@ -28,5 +28,4 @@ dependencies { api "androidx.room:room-runtime:$room_version" api "androidx.room:room-rxjava2:$room_version" kapt "androidx.room:room-compiler:$room_version" - kapt "android.arch.persistence.room:compiler:$room_version" } \ No newline at end of file diff --git a/database/build.gradle b/database/build.gradle index d41e263136..2a52ba112d 100644 --- a/database/build.gradle +++ b/database/build.gradle @@ -31,7 +31,7 @@ dependencies { api "androidx.room:room-runtime:$room_version" kapt "androidx.room:room-compiler:$room_version" /* Database schema export */ - kapt "android.arch.persistence.room:compiler:$room_version" + kapt "androidx.room:room-compiler:$room_version" implementation "androidx.room:room-ktx:$room_version" implementation "androidx.room:room-rxjava2:$room_version" diff --git a/insight/build.gradle b/insight/build.gradle index 14391efbea..33b66a5090 100644 --- a/insight/build.gradle +++ b/insight/build.gradle @@ -28,5 +28,4 @@ dependencies { api "androidx.room:room-runtime:$room_version" api "androidx.room:room-rxjava2:$room_version" kapt "androidx.room:room-compiler:$room_version" - kapt "android.arch.persistence.room:compiler:$room_version" } \ No newline at end of file