File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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"
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"
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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments