Skip to content

Commit

Permalink
Merge pull request #250 from DroidKaigi/takahirom/adjust-for-closed-r…
Browse files Browse the repository at this point in the history
…elease/2024-08-10

Adjust for closed release
  • Loading branch information
takahirom authored Aug 10, 2024
2 parents fa479e1 + 64f4a12 commit 493bf5a
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,15 @@ val keystorePropertiesFile = file("keystore.properties")
val keystoreExits = keystorePropertiesFile.exists()

android {
// For firebase we are using 2023 now
namespace = "io.github.droidkaigi.confsched2024"

flavorDimensions += "network"
buildFeatures {
buildConfig = true
}
defaultConfig {
versionCode = 11
versionName = "1.6.0"
versionCode = 1
versionName = "0.1.0"
}
signingConfigs {
create("dev") {
Expand Down
2 changes: 1 addition & 1 deletion app-android/release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
cd "$(dirname "$0")"
cp $1/keystore.properties .
cp $1/droidkaigi2023.keystore .
cp $1/droidkaigi2024.keystore .
mkdir src/prod/
cp $1/google-services.json src/prod/google-services.json

Expand Down
Binary file modified app-android/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-android/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-android/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-android/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-android/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.

0 comments on commit 493bf5a

Please sign in to comment.