Skip to content

Commit

Permalink
Add design module
Browse files Browse the repository at this point in the history
This removes the error:
Class referenced in the layout file, 'com.google.android.material.textfield.TextInputLayout', was not found in the project or the libraries
  • Loading branch information
LunaUrsa committed Dec 29, 2020
1 parent 9e08a8d commit 2feb721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions TripMobile/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.android.support:design:28.0.0'
//implementation 'com.google.android.material:material:1.0.0'
//compile 'com.splunk.mint:mint:5.0.0'
}
4 changes: 2 additions & 2 deletions TripMobile/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Dec 29 10:31:20 CST 2020
#Tue Dec 29 13:14:15 CST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

0 comments on commit 2feb721

Please sign in to comment.