Skip to content

Commit

Permalink
1、去除竖屏限制
Browse files Browse the repository at this point in the history
  • Loading branch information
zincPower committed Oct 25, 2019
1 parent 9cfb1c5 commit fe80140
Show file tree
Hide file tree
Showing 8 changed files with 480 additions and 40 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
29 changes: 0 additions & 29 deletions .idea/codeStyles/Project.xml

This file was deleted.

456 changes: 456 additions & 0 deletions .idea/dbnavigator.xml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.4.1'

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

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Apr 18 10:11:29 CST 2018
#Mon Aug 26 23:04:59 CST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
9 changes: 4 additions & 5 deletions lib.permission/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.zinc.libpermission" >
package="com.zinc.libpermission">

<application>
<activity android:name=".JPermissionActivity"
android:theme="@style/translucent"
android:screenOrientation="portrait"
/>
<activity
android:name=".JPermissionActivity"
android:theme="@style/translucent" />
</application>
</manifest>

0 comments on commit fe80140

Please sign in to comment.