From 5f182e339834969a063bc42f408c899854a8b1f5 Mon Sep 17 00:00:00 2001
From: Arne <arne@monocles.de>
Date: Sun, 14 May 2023 22:25:44 +0200
Subject: [PATCH] import Cheogram build dependencies

---
 build.gradle | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/build.gradle b/build.gradle
index 3152ade9a..f3df50344 100644
--- a/build.gradle
+++ b/build.gradle
@@ -40,6 +40,15 @@ configurations {
 }
 
 dependencies {
+    androidTestImplementation 'tools.fastlane:screengrab:2.1.1'
+    androidTestImplementation 'junit:junit:4.13.2'
+    androidTestImplementation 'androidx.test:runner:1.3.0'
+    androidTestImplementation 'androidx.test:rules:1.3.0'
+    androidTestImplementation 'androidx.test.ext:junit:1.1.2'
+    androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
+
+    implementation 'androidx.viewpager:viewpager:1.0.0'
+
     playstoreImplementation('com.google.firebase:firebase-messaging:23.1.2') {
         exclude group: 'com.google.firebase', module: 'firebase-core'
         exclude group: 'com.google.firebase', module: 'firebase-analytics'