Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
Small improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Apr 28, 2019
1 parent 80e5811 commit f006b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
}

dependencies {
def androidx_version = "1.0.2"
implementation "androidx.appcompat:appcompat:$androidx_version"
def appcompat_version = "1.0.2"
implementation "androidx.appcompat:appcompat:$appcompat_version"
}
}

0 comments on commit f006b17

Please sign in to comment.