Skip to content

Commit

Permalink
Update: Target SDG version 31 for appstore deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
MrApplejuice committed Aug 21, 2022
1 parent c24596c commit 0fb03e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ preBuild.finalizedBy(generateAboutStrings)
preBuild.finalizedBy(updatePictograms)

android {
compileSdkVersion 30
compileSdkVersion 31

defaultConfig {
applicationId "eu.pkgsoftware.babybuddywidgets"
minSdkVersion 24
targetSdkVersion 30
targetSdkVersion 31
versionCode 1
versionName "1.0"

Expand Down
6 changes: 2 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />

<application
android:allowBackup="true"
Expand Down Expand Up @@ -35,7 +36,7 @@

<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:exported="true"
android:theme="@style/Theme.BabyBuddyWidgets.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand All @@ -44,7 +45,4 @@
</intent-filter>
</activity>
</application>

<uses-permission android:name="android.permission.INTERNET" />

</manifest>

0 comments on commit 0fb03e1

Please sign in to comment.