diff --git a/app/build.gradle b/app/build.gradle index 7c8d0a0..13407e5 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 : 67 + versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 68 versionName project.hasProperty('versionName') ? project.property('versionName') : "0.0.5" multiDexEnabled true } @@ -130,7 +130,7 @@ dependencies { //compile fileTree(dir: 'libs', include: ['*.jar']) - testCompile 'junit:junit:4.12' + testImplementation "junit:junit:$rootProject.junitVersion" implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}" implementation "com.android.support:design:${rootProject.ext.supportLibVersion}" implementation 'com.android.support:multidex:1.0.3' diff --git a/build.gradle b/build.gradle index 54e858d..4426c7f 100644 --- a/build.gradle +++ b/build.gradle @@ -26,6 +26,7 @@ compileSdkVersion = 28 buildToolsVersion = "28.0.2" supportLibVersion = "28.0.0" + junitVersion = '4.12' } task clean(type: Delete) { diff --git a/fastlane/metadata/android/en-US/changelogs/68.txt b/fastlane/metadata/android/en-US/changelogs/68.txt new file mode 100644 index 0000000..ddb5f64 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/68.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 ddb5f64..098b6f7 100644 --- a/fastlane/metadata/android/en-US/changelogs/latest.txt +++ b/fastlane/metadata/android/en-US/changelogs/latest.txt @@ -1 +1,3 @@ -- Something really nice \ No newline at end of file +- Nothing visible +- Backports from Dappre +- Improves PL \ No newline at end of file diff --git a/fastlane/metadata/android/nl-NL/changelogs/68.txt b/fastlane/metadata/android/nl-NL/changelogs/68.txt new file mode 100644 index 0000000..aeb445c --- /dev/null +++ b/fastlane/metadata/android/nl-NL/changelogs/68.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 aeb445c..2ebc369 100644 --- a/fastlane/metadata/android/nl-NL/changelogs/latest.txt +++ b/fastlane/metadata/android/nl-NL/changelogs/latest.txt @@ -1 +1,3 @@ -- Iets echt leuke \ No newline at end of file +- Niets zichtbaar +- Backports van Dappre +- Verbeterd PL \ No newline at end of file