Skip to content

Commit

Permalink
new apk added
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav2002 committed Jul 4, 2021
1 parent 6e01046 commit 9dce98b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
Binary file added app/release/app-release.apk
Binary file not shown.
18 changes: 18 additions & 0 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 2,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.vaibhav.sociofy",
"variantName": "processReleaseResources",
"elements": [
{
"type": "SINGLE",
"filters": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-release.apk"
}
]
}
2 changes: 1 addition & 1 deletion app/src/main/res/layout/downloaded_post_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
android:layout_marginTop="16dp"
android:layout_marginEnd="16dp"
android:text="@{downloadedPost.description}"
app:layout_constraintEnd_toStartOf="@+id/like_button"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/imageView2"
tools:text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam et" />
Expand Down
Binary file modified media/dark_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9dce98b

Please sign in to comment.