Skip to content

Commit

Permalink
Create version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavPurwar committed Mar 26, 2022
1 parent 7381d9c commit c081f95
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 c081f95

Please sign in to comment.