Skip to content

Commit

Permalink
Merge pull request #2637 from get10101/chore/bump-android-target-version
Browse files Browse the repository at this point in the history
bump android sdk version
  • Loading branch information
bonomat authored Jul 31, 2024
2 parents 405cb81 + 7ce0d3a commit de933fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
defaultConfig {
applicationId "finance.get10101.app"
minSdkVersion 28
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down
1 change: 1 addition & 0 deletions mobile/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" tools:node="remove" />

<application
android:label="@string/app_name"
Expand Down

0 comments on commit de933fa

Please sign in to comment.