Skip to content

Commit

Permalink
Merge pull request #2 from PranavPurwar/mess
Browse files Browse the repository at this point in the history
Version 1.0.1
  • Loading branch information
PranavPurwar authored Mar 26, 2022
2 parents 7381d9c + c081f95 commit a1eb3a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk 21
targetSdk 32
versionCode 1
versionName "1.0"
versionName "1.0.1"
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:name=".ApplicationLoader"
android:requestLegacyExternalStorage="true"
android:requestLegacyExternalStorage="true"
android:theme="@style/Theme.JavaIDE.NoActionBar"
tools:targetApi="31">
<activity
Expand Down

0 comments on commit a1eb3a5

Please sign in to comment.