Skip to content

Commit

Permalink
LatinIME: Bump sdk version
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Temkar <[email protected]>
  • Loading branch information
neobuddy89 authored and PptO07 committed Feb 11, 2024
1 parent 6577d15 commit 1db74ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions java/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ android_app {
// Include all the resources regardless of system supported locales
aapt_include_all_resources: true,

min_sdk_version: "21",
target_sdk_version: "30",
min_sdk_version: "30",
target_sdk_version: "34",
sdk_version: "current",

product_specific: true,
Expand Down
4 changes: 2 additions & 2 deletions java/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
package="com.android.inputmethod.latin"
android:versionCode="30">

<uses-sdk android:minSdkVersion="21"
android:targetSdkVersion="30"/>
<uses-sdk android:minSdkVersion="30"
android:targetSdkVersion="34"/>

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION"/>
Expand Down

0 comments on commit 1db74ef

Please sign in to comment.