Skip to content

Commit fe80140

Browse files
committed
1、去除竖屏限制
1 parent 9cfb1c5 commit fe80140

File tree

8 files changed

+480
-40
lines changed

8 files changed

+480
-40
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

.idea/codeStyles/Project.xml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.idea/dbnavigator.xml

Lines changed: 456 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.0.0'
10+
classpath 'com.android.tools.build:gradle:3.4.1'
1111

1212
classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:2.0.2'
1313

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Apr 18 10:11:29 CST 2018
1+
#Mon Aug 26 23:04:59 CST 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.zinc.libpermission" >
2+
package="com.zinc.libpermission">
33

44
<application>
5-
<activity android:name=".JPermissionActivity"
6-
android:theme="@style/translucent"
7-
android:screenOrientation="portrait"
8-
/>
5+
<activity
6+
android:name=".JPermissionActivity"
7+
android:theme="@style/translucent" />
98
</application>
109
</manifest>

0 commit comments

Comments
 (0)