diff options
author | zeapo <mohamed@zenadi.com> | 2014-10-22 23:15:24 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-10-22 23:15:24 +0200 |
commit | 9aea6560b0b66285c7c1c47fed828c22514d9e2b (patch) | |
tree | 2e24fc1f75a7f47459d9955cc4c96a4b935b5420 /app/build.gradle | |
parent | 2e7f55034cc9d89a2fe7359c16a09b64fc8de24e (diff) |
Corrects issue where list was stacked again and again + clean up
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 7b6d263b..5c4dd0c7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ android { minSdkVersion 15 targetSdkVersion 21 versionCode 20 - versionName "1.2-a1" + versionName "1.2-a2" } buildTypes { release { |