Skip to content

Commit

Permalink
Update AndroidManifest.xml (#20)
Browse files Browse the repository at this point in the history
* Update targetSdk to 33
  • Loading branch information
manthanghasadiya authored Oct 3, 2023
1 parent 005a5cc commit 1a79d00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
defaultConfig {
applicationId "io.github.ratul.topactivity"
minSdkVersion 24
targetSdkVersion 30
targetSdkVersion 33
versionCode 18
versionName "1.5.8"
}
Expand Down
5 changes: 3 additions & 2 deletions app/build/bin/merged/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" />
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />

<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<queries>
<intent>
<action android:name="android.accessibilityservice.AccessibilityService" />
Expand Down Expand Up @@ -125,6 +125,7 @@
android:name="androidx.lifecycle.ProcessLifecycleInitializer"
android:value="androidx.startup" />
</provider>

</application>

</manifest>
</manifest>

0 comments on commit 1a79d00

Please # to comment.