From 79aaac9686e59720da45b8b15b94736f53fc1e56 Mon Sep 17 00:00:00 2001 From: haozi Date: Wed, 17 Apr 2019 17:45:06 +0800 Subject: [PATCH] modify --- Toastlib/src/main/res/anim/{top_in.xml => enter_top_in.xml} | 0 .../src/main/res/anim/{top_out.xml => exit_top_out.xml} | 0 Toastlib/src/main/res/values/styles.xml | 6 +++--- build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename Toastlib/src/main/res/anim/{top_in.xml => enter_top_in.xml} (100%) rename Toastlib/src/main/res/anim/{top_out.xml => exit_top_out.xml} (100%) diff --git a/Toastlib/src/main/res/anim/top_in.xml b/Toastlib/src/main/res/anim/enter_top_in.xml similarity index 100% rename from Toastlib/src/main/res/anim/top_in.xml rename to Toastlib/src/main/res/anim/enter_top_in.xml diff --git a/Toastlib/src/main/res/anim/top_out.xml b/Toastlib/src/main/res/anim/exit_top_out.xml similarity index 100% rename from Toastlib/src/main/res/anim/top_out.xml rename to Toastlib/src/main/res/anim/exit_top_out.xml diff --git a/Toastlib/src/main/res/values/styles.xml b/Toastlib/src/main/res/values/styles.xml index 4b1e175..6517d34 100644 --- a/Toastlib/src/main/res/values/styles.xml +++ b/Toastlib/src/main/res/values/styles.xml @@ -1,7 +1,7 @@ - \ No newline at end of file diff --git a/build.gradle b/build.gradle index e11a5b3..9a8cc14 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ allprojects { repositories { google() jcenter() - + maven { url 'https://www.jitpack.io' } } }