-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue138 - Update dependencies and to Gradle 6 along with permission …
…refinement (#140)
- Loading branch information
1 parent
dc056a2
commit 8f616a2
Showing
189 changed files
with
3,839 additions
and
3,245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ | |
|
||
/.idea/*.xml | ||
/.idea/caches/* | ||
/.idea/libraries/* | ||
/.idea/libraries/* | ||
/.idea/codestyles/* |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
org.gradle.jvmargs=-Xmx1g -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 | ||
|
||
# Android X: https://developer.android.com/topic/libraries/support-library/androidx-rn | ||
android.enableJetifier=true | ||
android.useAndroidX=true | ||
|
||
org.gradle.caching=false | ||
org.gradle.jvmargs=-Xmx1g -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
ext { | ||
androidx_appcompat_version = "1.1.0-beta01" | ||
androidx_constraintlayout_version = "2.0.0-beta2" | ||
androidx_appcompat_version = "1.1.0" | ||
androidx_constraintlayout_version = "2.0.0-beta4" | ||
androidx_support_annotations_version = '1.0.0' | ||
androidx_core_ktx_version = '1.0.2' | ||
androidx_core_ktx_version = '1.1.0' | ||
androidx_core_test_version = '1.1.0' | ||
|
||
google_android_material_version = "1.1.0-alpha07" | ||
google_android_material_version = "1.2.0-alpha03" | ||
|
||
dagger_version = "2.23.2" | ||
dagger_version = "2.25.4" | ||
|
||
detekt_version = "1.0.0-RC15" | ||
ktlint_version = "0.33.0" | ||
detekt_version = "1.3.1" | ||
ktlint_version = "0.36.0" | ||
|
||
rxandroid_version = '2.1.1' | ||
rxjava_version = '2.2.10' | ||
rxjava_version = '2.2.15' | ||
|
||
// Test deps | ||
junit_version = '4.12' | ||
mockito_version = '2.28.2' | ||
mockito_kotlin_version = '2.1.0' | ||
mockito_version = '3.2.4' | ||
mockito_kotlin_version = '2.2.0' | ||
|
||
androidx_espresso_core_version = '3.1.1' | ||
androidx_test_runner_version = "1.1.1" | ||
androidx_espresso_core_version = '3.2.0' | ||
androidx_test_runner_version = '1.2.0' | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +0,0 @@ | ||
-keep class com.isupatches.wisefy.** { *; } | ||
-keep public interface com.isupatches.wisefy.** { *; } | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
-verbose | ||
|
||
-dontobfuscate | ||
|
||
-keep class com.isupatches.wisefy.** { *; } | ||
-keep public interface com.isupatches.wisefy.** { *; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-include proguard-rules.pro |
Oops, something went wrong.