We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa4f76 commit 37ac16eCopy full SHA for 37ac16e
1 file changed
app/build.gradle
@@ -42,8 +42,8 @@ android {
42
applicationId "de.rampro.activitydiary"
43
minSdkVersion 21
44
targetSdkVersion 27
45
- versionCode 129
46
- versionName "1.2.9-beta"
+ versionCode 130
+ versionName "1.3.0"
47
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
48
setProperty("archivesBaseName", "ActivityDiary-" + defaultConfig.versionName)
49
if (project.file('../ActivityDiarySigning.properties').exists()) {
0 commit comments