Skip to content

Commit c901dd0

Browse files
feat: Add new languages support and update .gitignore
1 parent bc23641 commit c901dd0

File tree

8 files changed

+2005
-15
lines changed

8 files changed

+2005
-15
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ out/
2424
# Release artifacts (uncomment or adjust as needed)
2525
app/release/*
2626
release/
27+
signing.properties
2728

2829
###############################################################################
2930
# LOCAL CONFIG / ENV FILES

.idea/workspace.xml

Lines changed: 33 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/com/d4rk/androidtutorials/java/ui/screens/android/tabs/LayoutFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import android.content.SharedPreferences;
44
import android.graphics.Typeface;
55
import android.os.Bundle;
6+
import android.util.Log;
67
import android.view.LayoutInflater;
78
import android.view.View;
89
import android.view.ViewGroup;
@@ -16,7 +17,6 @@
1617
import com.d4rk.androidtutorials.java.databinding.FragmentLayoutBinding;
1718
import com.d4rk.androidtutorials.java.utils.FontManager;
1819
import com.google.android.gms.ads.AdRequest;
19-
import com.google.android.gms.ads.MobileAds;
2020

2121
import java.io.BufferedReader;
2222
import java.io.IOException;

0 commit comments

Comments
 (0)