File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ android {
4747
4848dependencies {
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 "
Original file line number Diff line number Diff line change 1414
1515buildscript {
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 }
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff 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\" "
126126fi
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 " `
You can’t perform that action at this time.
0 commit comments