Skip to content

Commit

Permalink
fix: #11 Android 12 config issue
Browse files Browse the repository at this point in the history
  • Loading branch information
plateaukao committed Jul 4, 2022
1 parent 8a5e760 commit bc37aa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LimeStudio/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {

minSdkVersion 19
targetSdkVersion 32
versionCode 671
versionName '6.7.1'
versionCode 672
versionName '6.7.2'
}
buildTypes {
release {
Expand Down
2 changes: 2 additions & 0 deletions LimeStudio/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
android:name=".MainActivity"
android:configChanges="keyboard|keyboardHidden|orientation"
android:hardwareAccelerated="true"
android:exported="true"
android:label="@string/app_name"
android:screenOrientation="portrait" >
<intent-filter>
Expand All @@ -56,6 +57,7 @@
<service
android:name=".LIMEService"
android:label="@string/app_name"
android:exported="true"
android:permission="android.permission.BIND_INPUT_METHOD" >
<intent-filter>
<action android:name="android.view.InputMethod" />
Expand Down

0 comments on commit bc37aa7

Please sign in to comment.