We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabb611 commit a4723d5Copy full SHA for a4723d5
example/build.gradle
@@ -28,6 +28,6 @@ android {
28
29
dependencies {
30
compile fileTree(dir: 'libs', include: ['*.jar'])
31
+ compile project(':app')
32
compile 'com.android.support:appcompat-v7:26.1.0'
- compile 'com.github.HeyAlex:WidgetUpdateHelper:1.0'
33
}
0 commit comments