Skip to content

Commit

Permalink
Change tools:targetApi to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
DianQK committed Sep 5, 2024
1 parent 1e6f639 commit 0eace2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
android:supportsRtl="true"
android:theme="@style/Theme.Ruslin.Launcher"
android:windowSoftInputMode="adjustResize"
tools:targetApi="33">
tools:targetApi="34">
<activity
android:name=".MainActivity"
android:exported="true"
Expand Down Expand Up @@ -55,4 +55,4 @@
</provider>
</application>

</manifest>
</manifest>

0 comments on commit 0eace2f

Please sign in to comment.