diff --git a/app/build.gradle b/app/build.gradle index e766c7a..13407e5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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/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/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