Skip to content

Commit

Permalink
Dependency updates: (#31)
Browse files Browse the repository at this point in the history
AGP to 4.1.0-alpha04
Chucker to 3.2.0
Gradle to 6.3
Device names to 2.0.0
Kotlin to 1.3.71
  • Loading branch information
koral-- authored Apr 4, 2020
1 parent 91af1fe commit 5ed5386
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 15 deletions.
21 changes: 12 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ GEM
colored2 (3.1.2)
cork (0.3.0)
colored2 (~> 3.1)
danger (6.1.0)
danger (6.3.2)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
cork (~> 0.1)
faraday (~> 0.9)
faraday-http-cache (~> 2.0)
git (~> 1.5)
git (~> 1.6)
kramdown (~> 2.0)
kramdown-parser-gfm (~> 1.0)
no_proxy_fix
Expand All @@ -33,24 +33,27 @@ GEM
danger-plugin-api (~> 1.0)
danger-plugin-api (1.0.0)
danger (> 2.0)
faraday (0.17.1)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
faraday-http-cache (2.0.0)
faraday (~> 0.8)
git (1.5.0)
git (1.6.0)
rchardet (~> 1.8)
kramdown (2.1.0)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
multipart-post (2.1.1)
nap (1.1.0)
no_proxy_fix (0.1.2)
octokit (4.14.0)
octokit (4.18.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
oga (3.0)
oga (3.2)
ast
ruby-ll (~> 2.1)
open4 (1.3.4)
public_suffix (4.0.2)
public_suffix (4.0.3)
rchardet (1.8.0)
ruby-ll (2.1.2)
ansi
ast
Expand All @@ -59,7 +62,7 @@ GEM
faraday (> 0.8, < 2.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.6.0)
unicode-display_width (1.7.0)

PLATFORMS
ruby
Expand All @@ -69,4 +72,4 @@ DEPENDENCIES
danger-kotlin_detekt

BUNDLED WITH
2.0.2
2.1.4
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ buildscript {
minSdk : 15,
compileSdk : 29,
targetSdk : 29,
kotlin : '1.3.61',
androidGradlePlugin: '4.0.0-alpha09',
kotlin : '1.3.71',
androidGradlePlugin: '4.1.0-alpha04',
versionsPlugin : '0.27.0',
hyperion : '0.9.27',
debugDb : '1.0.6',
chucker : '3.1.2',
chucker : '3.2.0',
hyperionAppInfo : '1.1.0',
deviceNames : '1.1.9',
deviceNames : '2.0.0',
autoService : '1.0-rc6',
shipkit : '2.3.0',
detekt : '1.4.0',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:background="?android:attr/selectableItemBackground"
android:drawableStart="@drawable/foqa_ic_perm_scan_wifi"
android:drawableLeft="@drawable/foqa_ic_perm_scan_wifi"
android:drawablePadding="28dp"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
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-6.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
3 changes: 3 additions & 0 deletions gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ if "%DIRNAME%" == "" set DIRNAME=.
set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%

@rem Resolve any "." and ".." in APP_HOME to make it shorter.
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi

@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"

Expand Down

0 comments on commit 5ed5386

Please sign in to comment.