Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

[Android Studio-3.4.1] Updgraded gradle dist to (5.1.1), gradlePlugInVersion to (3.4.1) and.. #312

Open
wants to merge 1 commit into
base: iosched_2020
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ buildscript {
targetSdkVersion = 28

// App dependencies
androidGradlePluginVersion = '3.2.0-beta04'
androidGradlePluginVersion = '3.4.1'
appcompatVersion = '1.0.0-beta01'
browserVersion = '1.0.0-beta01'
constraintLayoutVersion = '1.1.2'
Expand All @@ -55,7 +55,7 @@ buildscript {
gsonVersion = "2.8.1"
hamcrestVersion = '1.3'
junitVersion = '4.12'
kotlinVersion = '1.2.50'
kotlinVersion = '1.3.31'
ktxVersion = "1.0.0-beta01"
leakCanaryVersion = "1.5.4"
leanbackVersion = '1.0.0-beta01'
Expand Down
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Fri May 24 17:50:23 PDT 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
Copy link

@piotrek1543 piotrek1543 May 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you could use here more recent version like 5.4.1 :)


Disclaimer: I am not owner of this repository or Google team member

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even 5.6 :)

2 changes: 1 addition & 1 deletion mobile/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<item name="textAllCaps">false</item>
</style>

<style name="TextAppearance.IOSched.BottomNavigationView" parent="@style/TextAppearance.MaterialComponents.BottomNavigationView.Colored">
<style name="TextAppearance.IOSched.BottomNavigationView" parent="@style/Widget.MaterialComponents.BottomNavigationView.Colored">
<item name="android:fontFamily">@font/google_sans</item>
<item name="android:textColor">@color/bottom_nav_item</item>
</style>
Expand Down