Skip to content

Commit

Permalink
Update app logo, update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 committed Aug 12, 2022
1 parent 12bf2d2 commit 8c24248
Show file tree
Hide file tree
Showing 28 changed files with 14 additions and 16 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {
implementation(project(":colorutilsc"))
implementation(project(":mathc"))

implementation(platform("com.google.firebase:firebase-bom:30.3.1"))
implementation(platform("com.google.firebase:firebase-bom:30.3.2"))
implementation("com.google.firebase:firebase-messaging-ktx:23.0.7")
implementation("com.google.firebase:firebase-analytics-ktx:21.1.0")

Expand All @@ -80,14 +80,14 @@ dependencies {
implementation("com.github.topjohnwu.libsu:io:$libsuVersion")
implementation("com.github.topjohnwu.libsu:nio:$libsuVersion")
implementation("dev.chrisbanes.insetter:insetter:0.6.1")
implementation("androidx.core:core-ktx:1.9.0-alpha05")
implementation("androidx.core:core-ktx:1.9.0-beta01")
//noinspection DifferentStdlibGradleVersion
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.20-Beta")
implementation("androidx.core:core:1.9.0-alpha05")
implementation("com.google.android.material:material:1.7.0-alpha03")
implementation("androidx.core:core:1.9.0-beta01")
implementation("com.google.android.material:material:1.7.0-beta01")
implementation("androidx.constraintlayout:constraintlayout:2.2.0-alpha03")
implementation("androidx.preference:preference-ktx:1.2.0")
implementation("androidx.activity:activity-ktx:1.6.0-alpha05")
implementation("androidx.activity:activity-ktx:1.6.0-beta01")
implementation("androidx.fragment:fragment-ktx:1.6.0-alpha01")
implementation("com.jaredrummler:android-shell:1.0.0")
implementation("com.google.firebase:firebase-analytics:21.1.0")
Expand All @@ -105,6 +105,6 @@ dependencies {
implementation("com.github.murgupluoglu:flagkit-android:1.0.2")
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar", "*.aar"))))

debugImplementation("androidx.compose.ui:ui-tooling:1.3.0-alpha02")
debugImplementation("androidx.compose.ui:ui-tooling:1.3.0-alpha03")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.20-Beta")
}
Binary file modified app/src/debug/ic_launcher-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/debug/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/debug/res/mipmap-hdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/debug/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/debug/res/mipmap-mdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/debug/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/debug/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/debug/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<color name="md3">#363636</color>
<color name="switch_thumb">#404040</color>
<color name="switch_track">#8f8f8f</color>
<color name="background_icon_debug">#37383f</color>
<color name="background_icon_debug">#362A33</color>
<color name="foreground_icon_debug">#ffffff</color>
<color name="text">#ffffff</color>
<color name="white">#ffffff</color>
Expand Down
2 changes: 1 addition & 1 deletion app/src/debug/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<color name="md3">#e5e5e5</color>
<color name="switch_thumb">#dbdbdb</color>
<color name="switch_track">#8c8c8c</color>
<color name="background_icon_debug">#37383f</color>
<color name="background_icon_debug">#362A33</color>
<color name="foreground_icon_debug">#ffffff</color>
<color name="text">#000000</color>
<color name="white">#ffffff</color>
Expand Down
Binary file modified app/src/main/ic_launcher-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ class UpdateHelper(
) {
companion object {
private fun getPath(context: Context, folder: String): String {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
return File(context.filesDir, folder).absolutePath
}
else
{
return File(context.getExternalFilesDir(""), folder).absolutePath
return if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
File(context.filesDir, folder).absolutePath
} else {
File(context.getExternalFilesDir(""), folder).absolutePath
}
}
}
Expand Down
Binary file modified app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-hdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-mdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<color name="md3">#363636</color>
<color name="switch_thumb">#404040</color>
<color name="switch_track">#8f8f8f</color>
<color name="background_icon">#37383f</color>
<color name="background_icon">#362A33</color>
<color name="foreground_icon">#ffffff</color>
<color name="text">#ffffff</color>
<color name="white">#ffffff</color>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<color name="md3">#e5e5e5</color>
<color name="switch_thumb">#dbdbdb</color>
<color name="switch_track">#8c8c8c</color>
<color name="background_icon">#37383f</color>
<color name="background_icon">#362A33</color>
<color name="foreground_icon">#ffffff</color>
<color name="text">#000000</color>
<color name="white">#ffffff</color>
Expand Down

0 comments on commit 8c24248

Please sign in to comment.