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

gradle: update dependencies

Change-Id: Ib71c71e42660bcb8d6ce0a95d905e51318e488ac
parent 8c85ae00
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ dependencies { ...@@ -81,7 +81,7 @@ dependencies {
implementation fileTree(include: '*.jar', dir: 'libs') implementation fileTree(include: '*.jar', dir: 'libs')
implementation project(':libringclient') implementation project(':libringclient')
implementation 'androidx.core:core:1.5.0' implementation 'androidx.core:core:1.6.0'
implementation "androidx.appcompat:appcompat:1.3.0" implementation "androidx.appcompat:appcompat:1.3.0"
implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation "androidx.legacy:legacy-support-core-utils:1.0.0" implementation "androidx.legacy:legacy-support-core-utils:1.0.0"
...@@ -91,23 +91,20 @@ dependencies { ...@@ -91,23 +91,20 @@ dependencies {
implementation "androidx.leanback:leanback:1.1.0-rc01" implementation "androidx.leanback:leanback:1.1.0-rc01"
implementation "androidx.leanback:leanback-preference:1.1.0-rc01" implementation "androidx.leanback:leanback-preference:1.1.0-rc01"
implementation 'androidx.tvprovider:tvprovider:1.0.0' implementation 'androidx.tvprovider:tvprovider:1.0.0'
implementation "androidx.media:media:1.3.1" implementation "androidx.media:media:1.4.1"
implementation "androidx.percentlayout:percentlayout:1.0.0" implementation "androidx.percentlayout:percentlayout:1.0.0"
implementation "com.google.android.material:material:1.3.0" implementation "com.google.android.material:material:1.4.0"
implementation 'com.google.android:flexbox:2.0.1' implementation 'com.google.android:flexbox:2.0.1'
implementation 'org.osmdroid:osmdroid-android:6.1.10' implementation 'org.osmdroid:osmdroid-android:6.1.10'
implementation "androidx.sharetarget:sharetarget:1.1.0" implementation "androidx.sharetarget:sharetarget:1.1.0"
// ORM // ORM
implementation 'com.j256.ormlite:ormlite-android:5.5' implementation 'com.j256.ormlite:ormlite-android:5.6'
// Barcode scanning // Barcode scanning
implementation('com.journeyapps:zxing-android-embedded:4.2.0') { transitive = false } implementation('com.journeyapps:zxing-android-embedded:4.2.0') { transitive = false }
implementation 'com.google.zxing:core:3.3.3' implementation 'com.google.zxing:core:3.3.3'
// RxBindings
//implementation 'com.jakewharton.rxbinding3:rxbinding:3.1.0'
implementation 'com.rodolfonavalon:ShapeRippleLibrary:1.0.0' implementation 'com.rodolfonavalon:ShapeRippleLibrary:1.0.0'
// Dagger dependency injection // Dagger dependency injection
...@@ -121,7 +118,7 @@ dependencies { ...@@ -121,7 +118,7 @@ dependencies {
// RxAndroid // RxAndroid
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0' implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
implementation 'com.jsibbold:zoomage:1.2.0' implementation 'com.jsibbold:zoomage:1.3.1'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.2' implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.2'
withFirebaseImplementation('com.google.firebase:firebase-messaging:22.0.0') { withFirebaseImplementation('com.google.firebase:firebase-messaging:22.0.0') {
......
...@@ -14,13 +14,13 @@ dependencies { ...@@ -14,13 +14,13 @@ dependencies {
implementation 'javax.inject:javax.inject:1' implementation 'javax.inject:javax.inject:1'
// ORM // ORM
implementation 'com.j256.ormlite:ormlite-core:5.5' implementation 'com.j256.ormlite:ormlite-core:5.6'
// Required -- JUnit 4 framework // Required -- JUnit 4 framework
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
// RxJava // RxJava
implementation 'io.reactivex.rxjava3:rxjava:3.0.10' implementation 'io.reactivex.rxjava3:rxjava:3.0.13'
// gson // gson
implementation 'com.google.code.gson:gson:2.8.7' implementation 'com.google.code.gson:gson:2.8.7'
......
...@@ -1178,7 +1178,7 @@ public class AccountService { ...@@ -1178,7 +1178,7 @@ public class AccountService {
} }
/** /**
* Looks up for the availibility of the name on the blockchain * Looks up for the availability of the name on the blockchain
*/ */
public void lookupName(final String account, final String nameserver, final String name) { public void lookupName(final String account, final String nameserver, final String name) {
Log.i(TAG, "lookupName() " + account + " " + nameserver + " " + name); Log.i(TAG, "lookupName() " + account + " " + nameserver + " " + name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment