Commit 8a7b5fe 1 parent 6a55211 commit 8a7b5fe Copy full SHA for 8a7b5fe
File tree 3 files changed +18
-9
lines changed
3 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,6 @@ android {
48
48
}
49
49
}
50
50
51
- compileOptions {
52
- sourceCompatibility JavaVersion . VERSION_1_7
53
- targetCompatibility JavaVersion . VERSION_1_7
54
- }
55
-
56
51
android. applicationVariants. all{ variant ->
57
52
variant. mergeResources. doLast{
58
53
ext. env = System . getenv()
@@ -64,10 +59,18 @@ android {
64
59
valuesFile. write(content, ' UTF-8' )
65
60
}
66
61
}
62
+
63
+ compileOptions {
64
+ sourceCompatibility JavaVersion . VERSION_1_7
65
+ targetCompatibility JavaVersion . VERSION_1_7
66
+ }
67
+
68
+ lintOptions {
69
+ lintConfig file(" lint.xml" )
70
+ }
67
71
}
68
72
69
73
dependencies {
70
- compile fileTree(dir : ' libs' , include : [' *.jar' ])
71
74
compile project(' :publiss-android-core' )
72
75
}
73
76
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <lint >
3
+ <issue id =" InvalidPackage" >
4
+ <ignore regexp =" okio-1.0.0.jar" />
5
+ </issue >
6
+ </lint >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <resources >
2
+ <resources xmlns : tools = " http://schemas.android.com/tools " >
3
3
<!-- Publiss App Configuration -->
4
4
<string name =" app_name" translatable =" false" >Publiss</string >
5
5
<string name =" app_secret" translatable =" false" >9fc4153103bd73cbe36c88738dc9e8bb</string >
6
- <string name =" app_token" translatable =" false" >1d3ae766-0206-4eb7-90e1-f2e2917a4635</string >
7
- </resources >
6
+ <string name =" app_token" translatable =" false" tools : ignore = " TypographyDashes " >1d3ae766-0206-4eb7-90e1-f2e2917a4635</string >
7
+ </resources >
You can’t perform that action at this time.
0 commit comments