Skip to content

Commit 76c6669

Browse files
committed
episode changed to episodes
1 parent ad9e1df commit 76c6669

File tree

7 files changed

+10
-8
lines changed

7 files changed

+10
-8
lines changed

.idea/compiler.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/com/pypisan/kinani/model/RecentlyAiredModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class datum {
2525
private String image;
2626
@SerializedName("anime_title")
2727
private String title;
28-
@SerializedName("episode")
28+
@SerializedName("episodes")
2929
private String episode;
3030
@SerializedName("schedule")
3131
private String schedule;

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '7.4.1' apply false
4-
id 'com.android.library' version '7.4.1' apply false
3+
id 'com.android.application' version '8.0.2' apply false
4+
id 'com.android.library' version '8.0.2' apply false
55
}

gradle.properties

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ android.useAndroidX=true
2020
# thereby reducing the size of the R class for that library
2121
android.nonTransitiveRClass=true
2222

23-
android.enableR8.fullMode=true
23+
android.enableR8.fullMode=true
24+
android.defaults.buildfeatures.buildconfig=true
25+
android.nonFinalResIds=false
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Dec 21 21:42:40 IST 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)