We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d07ef commit 049095cCopy full SHA for 049095c
1 file changed
app/build.gradle
@@ -25,8 +25,8 @@ android {
25
applicationId "de.ahlfeld.breminale.app"
26
minSdkVersion 15
27
targetSdkVersion 23
28
- versionCode 4
29
- versionName "1.0.3"
+ versionCode 5
+ versionName "1.0.4"
30
buildConfigField "String", "BREMINALE_API_KEY", getApiKey("BREMINALE_API_KEY")
31
buildConfigField "String", "TWITTER_KEY", getApiKey("TWITTER_KEY")
32
buildConfigField "String", "TWITTER_SECRET", getApiKey("TWITTER_SECRET")
0 commit comments