Commit defd92b 1 parent 5b2e923 commit defd92b Copy full SHA for defd92b
File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ android {
27
27
dependencies {
28
28
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
29
29
30
- implementation ' com.android.support:appcompat-v7:28+ '
30
+ implementation ' com.android.support:appcompat-v7:28.0 '
31
31
testImplementation ' junit:junit:4.12'
32
32
androidTestImplementation ' com.android.support.test:runner:1.0.2'
33
33
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
34
+
34
35
}
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" json.xxl.com.lbannerview" />
2
+ package =" json.xxl.com.lbannerview" >
3
+
4
+ <application
5
+ android : allowBackup =" true"
6
+ android : label =" @string/app_name"
7
+ android : supportsRtl =" true" >
8
+
9
+ </application >
10
+ </manifest >
You can’t perform that action at this time.
0 commit comments