Skip to content

Commit

Permalink
remove supportLibVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
listenzz committed Nov 13, 2019
1 parent 97676bc commit 6cc44ff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle
Expand Up @@ -32,5 +32,4 @@ ext {
targetSdkVersion = 28
compileSdkVersion = 28
buildToolsVersion = "28.0.3"
supportLibVersion = '1.0.2'
}
1 change: 0 additions & 1 deletion demo/build.gradle
Expand Up @@ -46,6 +46,5 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(':navigation')
implementation "androidx.appcompat:appcompat:$rootProject.supportLibVersion"
implementation "com.google.android.material:material:1.0.0"
}
2 changes: 1 addition & 1 deletion navigation/build.gradle
Expand Up @@ -27,7 +27,7 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "androidx.appcompat:appcompat:$rootProject.supportLibVersion"
implementation "androidx.appcompat:appcompat:1.0.2"
}

publish {
Expand Down

0 comments on commit 6cc44ff

Please sign in to comment.