Skip to content

Commit

Permalink
Update 1.2_r1.
Browse files Browse the repository at this point in the history
  • Loading branch information
D4rK7355608 committed Aug 10, 2022
1 parent d1c3f2d commit 6dfe15f
Show file tree
Hide file tree
Showing 89 changed files with 1,888 additions and 136 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github: D4rK7355608
patreon: patreon.com/D4rK7355608
custom: ['https://www.paypal.me/d4rkmichaeltutorials']
custom: ['https://www.paypal.me/d4rkmichaeltutorials', 'https://bit.ly/3p8bpjj']
17 changes: 17 additions & 0 deletions .idea/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 27 additions & 3 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Version 1.2_r1:
- Added Russian language;
- Added View Binding lesson;
- Added Clock lesson;
- Added Date Picker lesson;
- Added Time Picker lesson;
- Added new splash screen;
- Minor tweaks;
- Fixed minor & major bugs;
- Under the hood improvements.

# Version 1.1_r1:
- Minor tweaks;
- Fixed minor & major bugs;
Expand Down
17 changes: 9 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ plugins {
}
android {
compileSdk 32
def tagName = '1.1_r1'
def tagName = '1.2_r1'
defaultConfig {
applicationId "com.d4rk.androidtutorials"
minSdk 26
targetSdk 32
versionCode 7
versionCode 10
versionName tagName
archivesBaseName = "com.d4rk.androidtutorials-v${versionName}"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -47,8 +47,8 @@ android {
}
}
dependencies {
implementation platform('com.google.firebase:firebase-bom:30.3.0')
implementation 'com.google.firebase:firebase-crashlytics-ktx:18.2.11'
implementation platform('com.google.firebase:firebase-bom:30.3.2')
implementation 'com.google.firebase:firebase-crashlytics-ktx:18.2.12'
implementation 'com.google.firebase:firebase-analytics-ktx:21.1.0'
implementation 'com.google.firebase:firebase-perf:20.1.0'
implementation 'com.google.android.material:material:1.6.1'
Expand All @@ -58,11 +58,12 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.viewpager2:viewpager2:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.core:core-splashscreen:1.0.0'
implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.0'
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.0'
implementation 'androidx.navigation:navigation-ui-ktx:2.5.0'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.1'
implementation 'androidx.navigation:navigation-ui-ktx:2.5.1'
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'com.airbnb.android:lottie:5.2.0'
implementation 'com.github.KieronQuinn:MonetCompat:0.4.1'
Expand Down
Loading

0 comments on commit 6dfe15f

Please sign in to comment.