File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
app/src/main/java/com/d4rk/androidtutorials/java Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- github : D4rK7355608
2- patreon : patreon.com/D4rK7355608
1+ github : MihaiCristianCondrea
2+ patreon : patreon.com/MihaiCristianCondrea
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public RequestQueue provideRequestQueue(Application application) {
7676 @ Singleton
7777 public HomeRemoteDataSource provideHomeRemoteDataSource (RequestQueue queue ) {
7878 return new DefaultHomeRemoteDataSource (queue ,
79- "https://raw.githubusercontent.com/D4rK7355608 /com.d4rk.apis/refs/heads/main/App%20Toolkit/release/en/home/api_android_apps.json" );
79+ "https://raw.githubusercontent.com/MihaiCristianCondrea /com.d4rk.apis/refs/heads/main/App%20Toolkit/release/en/home/api_android_apps.json" );
8080 }
8181
8282 @ Provides
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public android.view.View onCreateView(@NonNull android.view.LayoutInflater infla
7171 binding .chipYoutube .setOnClickListener (
7272 v -> openUrl ("https://www.youtube.com/c/D4rK7355608" ));
7373 binding .chipGithub .setOnClickListener (
74- v -> openUrl ("https://github.com/D4rK7355608 /" + BuildConfig .APPLICATION_ID ));
74+ v -> openUrl ("https://github.com/MihaiCristianCondrea /" + BuildConfig .APPLICATION_ID ));
7575 binding .chipTwitter .setOnClickListener (
7676 v -> openUrl ("https://twitter.com/D4rK7355608" ));
7777 binding .chipXda .setOnClickListener (
You can’t perform that action at this time.
0 commit comments