Skip to content

Commit c71d87d

Browse files
committed
1.更新统计SDK v8.1.4,更新基础组件库 v2.1.8。2.更新targetSdkVersion=29
1 parent 300a546 commit c71d87d

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
Binary file not shown.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66
defaultConfig {
77
applicationId "com.umeng.soexample"
88
minSdkVersion 18
9-
targetSdkVersion 28
9+
targetSdkVersion 29
1010
versionCode 1
1111
versionName "1.0"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
android:name=".wxapi.WXEntryActivity"
9292
android:configChanges="keyboardHidden|orientation|screenSize"
9393
android:exported="true"
94-
android:screenOrientation="portrait"
94+
9595
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
9696
<!--dingding-->
9797
<activity

0 commit comments

Comments
 (0)