Skip to content

Commit

Permalink
Resolved Incorrect package in AndroidManifest
Browse files Browse the repository at this point in the history
  • Loading branch information
AJAYJ-09 committed Jun 10, 2024
1 parent 4ae886c commit 85c7b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
def sqipCompileSdkVersion = rootProject.hasProperty('sqipCompileSdkVersion') ? rootProject.sqipCompileSdkVersion : COMPILE_SDK_VERSION
def sqipTargetSdkVersion = rootProject.hasProperty('sqipTargetSdkVersion') ? rootProject.sqipTargetSdkVersion : TARGET_SDK_VERSION
compileSdkVersion sqipCompileSdkVersion

namespace 'sqip.flutter'
defaultConfig {
minSdkVersion 24
targetSdkVersion sqipTargetSdkVersion
Expand Down
3 changes: 1 addition & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="sqip.flutter">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>

0 comments on commit 85c7b70

Please sign in to comment.