diff --git a/app/build.gradle b/app/build.gradle index 586e1b1..eceb733 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ applicationId "nl.digital_me.dummyandroidapp" minSdkVersion 14 targetSdkVersion rootProject.ext.compileSdkVersion - versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 66 + versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 67 versionName project.hasProperty('versionName') ? project.property('versionName') : "0.0.5" multiDexEnabled true } diff --git a/fastlane/metadata/android/en-US/changelogs/67.txt b/fastlane/metadata/android/en-US/changelogs/67.txt new file mode 100644 index 0000000..ddb5f64 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/67.txt @@ -0,0 +1 @@ +- Something really nice \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/latest.txt b/fastlane/metadata/android/en-US/changelogs/latest.txt index 0d808d8..ddb5f64 100644 --- a/fastlane/metadata/android/en-US/changelogs/latest.txt +++ b/fastlane/metadata/android/en-US/changelogs/latest.txt @@ -1 +1 @@ -- Display version name and code \ No newline at end of file +- Something really nice \ No newline at end of file diff --git a/fastlane/metadata/android/nl-NL/changelogs/67.txt b/fastlane/metadata/android/nl-NL/changelogs/67.txt new file mode 100644 index 0000000..aeb445c --- /dev/null +++ b/fastlane/metadata/android/nl-NL/changelogs/67.txt @@ -0,0 +1 @@ +- Iets echt leuke \ No newline at end of file diff --git a/fastlane/metadata/android/nl-NL/changelogs/latest.txt b/fastlane/metadata/android/nl-NL/changelogs/latest.txt index 75ed05b..aeb445c 100644 --- a/fastlane/metadata/android/nl-NL/changelogs/latest.txt +++ b/fastlane/metadata/android/nl-NL/changelogs/latest.txt @@ -1 +1 @@ -- Naam en code versie tonen \ No newline at end of file +- Iets echt leuke \ No newline at end of file