Update NumberPickerPreference library

This commit is contained in:
TacoTheDank
2021-08-07 16:47:01 -04:00
parent 13257d17fc
commit 7d5b2f8dc8
2 changed files with 3 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ dependencies {
implementation 'com.google.zxing:core:3.4.1'
implementation 'org.apache.commons:commons-csv:1.8'
implementation 'com.jaredrummler:colorpicker:1.1.0'
implementation 'com.github.invissvenska:NumberPickerPreference:1.0.2'
implementation 'com.github.invissvenska:NumberPickerPreference:1.0.3'
implementation 'net.lingala.zip4j:zip4j:2.8.0'
// SpotBugs

View File

@@ -3,7 +3,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
gradlePluginPortal()
}
@@ -20,6 +20,7 @@ buildscript {
allprojects {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
gradlePluginPortal()
}