We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17607b commit 1bc38c7Copy full SHA for 1bc38c7
widget-helper/build.gradle
@@ -15,7 +15,7 @@ android {
15
16
dependencies {
17
api "org.jetbrains.kotlin:kotlin-stdlib:${versions.kotlin}"
18
- implementation "com.android.support:support-compat:${versions.supportLibrary}"
+ implementation "com.android.support:support-annotations:${versions.supportLibrary}"
19
20
androidTestImplementation 'junit:junit:4.12'
21
androidTestImplementation "com.android.support:support-annotations:${versions.supportLibrary}"
widget-helper/src/main/java/heyalex/widgethelper/LogWrapper.java
@@ -1,6 +1,5 @@
1
package heyalex.widgethelper;
2
3
-import android.support.compat.BuildConfig;
4
import android.util.Log;
5
6
public class LogWrapper {
0 commit comments