Skip to content

Commit

Permalink
v1.4 Reel support
Browse files Browse the repository at this point in the history
  • Loading branch information
AzeemIdrisi committed Oct 9, 2023
1 parent 3b1b126 commit f5848cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0"
versionName "1.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {
Expand Down
2 changes: 1 addition & 1 deletion app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"versionName": "1.4",
"outputFile": "app-release.apk"
}
],
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.3"
android:text="InstaLoaderApp v1.4"
android:textStyle="bold"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit f5848cd

Please sign in to comment.