We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0376289 commit 2de7723Copy full SHA for 2de7723
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 8
29
- versionName "1.1.1"
+ versionCode 9
+ versionName "1.1.2"
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