mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-08-25 17:31:44 +02:00
Compare commits
2 Commits
b9e61518a4
...
0affa4a90d
Author | SHA1 | Date | |
---|---|---|---|
|
0affa4a90d | ||
|
8ef3867610 |
@@ -16,13 +16,13 @@ def getCommitVersionCode = { ->
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdk 33
|
||||
compileSdk 34
|
||||
defaultConfig {
|
||||
applicationId "eu.toldi.infinityforlemmy"
|
||||
minSdk 21
|
||||
targetSdk 33
|
||||
versionCode 131
|
||||
versionName "0.1.2"
|
||||
targetSdk 34
|
||||
versionCode 132
|
||||
versionName "0.2.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
|
BIN
app/src/main/res/drawable-hdpi/branding_transparent.png
Normal file
BIN
app/src/main/res/drawable-hdpi/branding_transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
app/src/main/res/drawable-mdpi/branding_transparent.png
Normal file
BIN
app/src/main/res/drawable-mdpi/branding_transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
app/src/main/res/drawable-xhdpi/branding_transparent.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/branding_transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
BIN
app/src/main/res/drawable-xxhdpi/branding_transparent.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/branding_transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/branding_transparent.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/branding_transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 158 KiB |
@@ -4,7 +4,7 @@
|
||||
<style name="AppTheme.Launcher" parent="Theme.SplashScreen">
|
||||
<item name="windowSplashScreenBackground">#000000</item>
|
||||
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher_round</item>
|
||||
<item name="android:windowSplashScreenBrandingImage">@drawable/branding</item>
|
||||
<item name="android:windowSplashScreenBrandingImage">@drawable/branding_transparent</item>
|
||||
<item name="postSplashScreenTheme">@style/AppTheme.NoActionBarWithTransparentStatusBar
|
||||
</item>
|
||||
<item name="android:statusBarColor">#000000</item>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<style name="AppTheme.Launcher" parent="Theme.SplashScreen">
|
||||
<item name="windowSplashScreenBackground">#FFFFFF</item>
|
||||
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher_round</item>
|
||||
<item name="android:windowSplashScreenBrandingImage">@drawable/splash_branding</item>
|
||||
<item name="android:windowSplashScreenBrandingImage">@drawable/branding_transparent</item>
|
||||
<item name="postSplashScreenTheme">@style/AppTheme.NoActionBarWithTransparentStatusBar
|
||||
</item>
|
||||
<item name="android:statusBarColor">#FFFFFF</item>
|
||||
|
Reference in New Issue
Block a user