Skip to content

Commit

Permalink
Cleanup manifest file, update to targetSdk 35
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenhag committed Nov 7, 2024
1 parent 6e93a39 commit 0bd7bd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
defaultConfig {
applicationId = "com.mensinator.app"
minSdk = 26
targetSdk = 34
targetSdk = 35
versionCode = 20
versionName = "1.9.1"

Expand Down
6 changes: 2 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.Mensinator"
tools:targetApi="31">
android:theme="@style/Theme.Mensinator">
<activity
android:name=".MainActivity"
android:exported="true"
android:theme="@style/Theme.Mensinator">
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 0bd7bd5

Please sign in to comment.