aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorPhilipp Heckel <pheckel@datto.com>2022-01-05 21:40:40 +0100
committerPhilipp Heckel <pheckel@datto.com>2022-01-05 21:40:40 +0100
commit63fff52fcf5967ee61fd576135ca5e6a1359a54f (patch)
tree17d41c7f91a648575196643a10a0c544e6e55fa5 /build.gradle
parenta123edbd8e4864bb0f4d43a26a5363d882bd8d6f (diff)
downloadponypush-63fff52fcf5967ee61fd576135ca5e6a1359a54f.tar.gz
ponypush-63fff52fcf5967ee61fd576135ca5e6a1359a54f.tar.bz2
ponypush-63fff52fcf5967ee61fd576135ca5e6a1359a54f.zip
WIP; but now I actually am starting to understand what's going on
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 5e9e565..3df7b17 100644
--- a/build.gradle
+++ b/build.gradle
@@ -33,4 +33,5 @@ ext {
coreKtxVersion = '1.3.2'
constraintLayoutVersion = '2.0.4'
activityVersion = '1.1.0'
+ fragmentVersion = '1.1.0'
}