aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Zelent <zelent.marcin@gmail.com>2018-04-20 16:34:25 +0200
committerMarcin Zelent <zelent.marcin@gmail.com>2018-04-20 16:34:25 +0200
commit2cf7ca569e50caa8d33d4045977d69d1f10771c2 (patch)
tree2339f4725e67b8c3fa4b68315d690084cd500fd0 /app/build.gradle
parente4fac53bb0e2a5234116caf8651e8d2c5a38a4f1 (diff)
Added partially posting
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 1d3e59b..8e97381 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -37,4 +37,5 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
+ implementation 'com.android.support:gridlayout-v7:27.1.1'
}