Skip to content

Commit 305ebfa

Browse files
committed
Full release
Full release fully working
1 parent 07300cb commit 305ebfa

5 files changed

Lines changed: 26 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId "pmm.ignacio.theanimedatabase"
1717
minSdk 28
1818
targetSdk 33
19-
versionCode 1
20-
versionName "1.0"
19+
versionCode 2
20+
versionName "1.0 Stable"
2121

2222
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2323
}

app/release/TheAnimeDatabase.apk

9.12 MB
Binary file not shown.

app/release/output-metadata.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"version": 3,
3+
"artifactType": {
4+
"type": "APK",
5+
"kind": "Directory"
6+
},
7+
"applicationId": "pmm.ignacio.theanimedatabase",
8+
"variantName": "release",
9+
"elements": [
10+
{
11+
"type": "SINGLE",
12+
"filters": [],
13+
"attributes": [],
14+
"versionCode": 2,
15+
"versionName": "1.0 Stable",
16+
"outputFile": "app-release.apk"
17+
}
18+
],
19+
"elementType": "File"
20+
}

app/src/main/res/layout/activity_anime_details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
android:layout_height="wrap_content"
245245
android:fontFamily="casual"
246246
android:text="@string/anime_details_mean_label"
247-
android:textSize="30sp"
247+
android:textSize="26sp"
248248
android:textStyle="bold"
249249
app:layout_constraintBottom_toTopOf="@+id/anime_detail_mean"
250250
app:layout_constraintEnd_toEndOf="parent"
@@ -272,7 +272,7 @@
272272
android:layout_height="wrap_content"
273273
android:fontFamily="casual"
274274
android:text="@string/anime_details_rank_label"
275-
android:textSize="30sp"
275+
android:textSize="26sp"
276276
android:textStyle="bold"
277277
app:layout_constraintBottom_toTopOf="@+id/anime_detail_rank"
278278
app:layout_constraintEnd_toEndOf="parent"
@@ -300,7 +300,7 @@
300300
android:layout_height="wrap_content"
301301
android:fontFamily="casual"
302302
android:text="@string/anime_details_popularity_label"
303-
android:textSize="30sp"
303+
android:textSize="26sp"
304304
android:textStyle="bold"
305305
app:layout_constraintBottom_toTopOf="@+id/anime_detail_popularity"
306306
app:layout_constraintEnd_toEndOf="parent"

app/src/main/res/layout/login_screen.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
android:layout_width="wrap_content"
1313
android:layout_height="wrap_content"
1414
android:text="@string/user_not_logged_in"
15+
android:textAlignment="center"
1516
android:textSize="40sp"
1617
app:layout_constraintBottom_toBottomOf="parent"
1718
app:layout_constraintEnd_toEndOf="parent"

0 commit comments

Comments
 (0)