Skip to content

Commit cc370a2

Browse files
committed
Remove dependency on project root variable:
1 parent 3cedc43 commit cc370a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
dependencies {
2121
compile fileTree(dir: 'libs', include: ['*.jar'])
2222
compile 'com.android.support:support-annotations:+'
23-
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
23+
implementation "com.android.support:appcompat-v7:23.0.0"
2424
}
2525

2626

0 commit comments

Comments
 (0)