Skip to content

Commit

Permalink
Full release
Browse files Browse the repository at this point in the history
Full release fully working
  • Loading branch information
TheCoderGamer committed Feb 28, 2023
1 parent 07300cb commit 305ebfa
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "pmm.ignacio.theanimedatabase"
minSdk 28
targetSdk 33
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0 Stable"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Binary file added app/release/TheAnimeDatabase.apk
Binary file not shown.
20 changes: 20 additions & 0 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "pmm.ignacio.theanimedatabase",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 2,
"versionName": "1.0 Stable",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
}
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_anime_details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
android:layout_height="wrap_content"
android:fontFamily="casual"
android:text="@string/anime_details_mean_label"
android:textSize="30sp"
android:textSize="26sp"
android:textStyle="bold"
app:layout_constraintBottom_toTopOf="@+id/anime_detail_mean"
app:layout_constraintEnd_toEndOf="parent"
Expand Down Expand Up @@ -272,7 +272,7 @@
android:layout_height="wrap_content"
android:fontFamily="casual"
android:text="@string/anime_details_rank_label"
android:textSize="30sp"
android:textSize="26sp"
android:textStyle="bold"
app:layout_constraintBottom_toTopOf="@+id/anime_detail_rank"
app:layout_constraintEnd_toEndOf="parent"
Expand Down Expand Up @@ -300,7 +300,7 @@
android:layout_height="wrap_content"
android:fontFamily="casual"
android:text="@string/anime_details_popularity_label"
android:textSize="30sp"
android:textSize="26sp"
android:textStyle="bold"
app:layout_constraintBottom_toTopOf="@+id/anime_detail_popularity"
app:layout_constraintEnd_toEndOf="parent"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/login_screen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/user_not_logged_in"
android:textAlignment="center"
android:textSize="40sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit 305ebfa

Please sign in to comment.