Skip to content

Commit defd92b

Browse files
committed
alter build.gradle
1 parent 5b2e923 commit defd92b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

lbannerview/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ android {
2727
dependencies {
2828
implementation fileTree(dir: 'libs', include: ['*.jar'])
2929

30-
implementation 'com.android.support:appcompat-v7:28+'
30+
implementation 'com.android.support:appcompat-v7:28.0'
3131
testImplementation 'junit:junit:4.12'
3232
androidTestImplementation 'com.android.support.test:runner:1.0.2'
3333
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
34+
3435
}
+9-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
<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>

0 commit comments

Comments
 (0)