Skip to content

Commit a4cb34d

Browse files
committed
Update dependencies, significantly MDC to 1.2.0-alpha05.
1 parent 2aacfbf commit a4cb34d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Owl/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ android {
4747

4848
dependencies {
4949
implementation 'androidx.appcompat:appcompat:1.1.0'
50-
implementation 'androidx.fragment:fragment:1.2.0-beta02'
50+
implementation 'androidx.fragment:fragment:1.2.2'
5151
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
52-
implementation 'androidx.core:core-ktx:1.1.0'
53-
implementation 'com.google.android.material:material:1.1.0-beta01'
52+
implementation 'androidx.core:core-ktx:1.2.0'
53+
implementation 'com.google.android.material:material:1.2.0-alpha05'
5454
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5555

5656
implementation "androidx.navigation:navigation-runtime-ktx:$nav_version"

Owl/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
buildscript {
1616
ext.kotlin_version = '1.3.50'
17-
ext.nav_version = '2.2.0-beta01'
17+
ext.nav_version = '2.2.1'
1818
repositories {
1919
google()
2020
jcenter()
2121
}
2222
dependencies {
23-
classpath 'com.android.tools.build:gradle:3.5.0'
23+
classpath 'com.android.tools.build:gradle:3.5.3'
2424
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2525
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
2626
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

Owl/gradlew

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ if $darwin; then
125125
GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
126126
fi
127127

128-
# For Cygwin, switch paths to Windows format before running java
129-
if $cygwin ; then
128+
# For Cygwin or MSYS, switch paths to Windows format before running java
129+
if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
130130
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
131131
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
132132
JAVACMD=`cygpath --unix "$JAVACMD"`

0 commit comments

Comments
 (0)