Skip to content

Commit

Permalink
Target Android 13
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMarvin committed Sep 2, 2022
1 parent e25407c commit 36200b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 30
compileSdkVersion 33
defaultConfig {
applicationId "rocks.poopjournal.morse"
minSdkVersion 19
targetSdkVersion 30
targetSdkVersion 33
versionCode 8
versionName "1.7"
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
android:theme="@style/AppTheme"
tools:ignore="GoogleAppIndexingWarning">
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
<activity android:name=".MainActivity" android:windowSoftInputMode="adjustNothing">
<activity android:name=".MainActivity" android:windowSoftInputMode="adjustNothing" android:exported="true">

<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand All @@ -29,4 +29,4 @@
<activity android:name=".PhraseBookActivity" />
</application>

</manifest>
</manifest>

0 comments on commit 36200b2

Please sign in to comment.