Skip to content

Commit

Permalink
v1.4.1 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AzeemIdrisi committed Dec 27, 2023
1 parent 4d4ded1 commit 63ce7d2
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 @@ -13,7 +13,7 @@ android {
minSdk 21
targetSdk 33
versionCode 1
versionName "1.4"
versionName "1.4.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
android:id="@+id/version"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="InstaLoaderApp v1.4"
android:text="InstaLoaderApp v1.4.1"
android:textStyle="bold"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit 63ce7d2

Please sign in to comment.