Skip to content

Commit ebcccf2

Browse files
committed
Version 1.6.2
1 parent e430cc5 commit ebcccf2

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Matthew Whitaker
3+
Copyright (c) 2018-2019 Matthew Whitaker
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add **Utilities** to your Android project using Jitpack and Gradle:
1212
}
1313
...
1414
dependencies {
15-
implementation 'com.github.Sub6Resources:Utilities:1.6.1'
15+
implementation 'com.github.Sub6Resources:Utilities:1.6.2'
1616
}
1717

1818
### Or: Legacy Android Support Library Support:

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
minSdkVersion 16
1313
targetSdkVersion 28
1414
versionCode 2
15-
versionName "1.6.0"
15+
versionName "1.6.2"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
1818
buildTypes {
@@ -32,11 +32,11 @@ dependencies {
3232
implementation fileTree(dir: 'libs', include: ['*.jar'])
3333
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
3434

35-
implementation 'androidx.appcompat:appcompat:1.0.0'
35+
implementation 'androidx.appcompat:appcompat:1.0.2'
3636
implementation 'com.google.android.material:material:1.0.0'
3737
implementation 'androidx.recyclerview:recyclerview:1.0.0'
3838

39-
api 'com.afollestad.material-dialogs:core:0.9.6.0'
39+
api 'com.afollestad.material-dialogs:core:2.0.0-rc7'
4040

4141
//Koin
4242
def koin_version = "1.0.1"
@@ -60,8 +60,8 @@ dependencies {
6060

6161
implementation 'com.squareup.picasso:picasso:2.5.2'
6262

63-
androidTestImplementation 'androidx.test:runner:1.1.0-beta01'
64-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-beta01'
63+
androidTestImplementation 'androidx.test:runner:1.1.1'
64+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
6565
}
6666

6767
repositories {

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.2.71'
4+
ext.kotlin_version = '1.3.11'
55
ext.support_version = '28.0.0-beta01'
66
repositories {
77
google()
88
jcenter()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.3.0-alpha13'
11+
classpath 'com.android.tools.build:gradle:3.3.0'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313

1414
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)