From 8dcfa545dc13293226b1f8188a72fed1220223e8 Mon Sep 17 00:00:00 2001 From: Ray Li Date: Wed, 17 Apr 2019 22:17:21 -0500 Subject: [PATCH] v2.6.0 Release *Version Bump to v2.6.0. --- customalert/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customalert/build.gradle b/customalert/build.gradle index 6788baf..c68304b 100644 --- a/customalert/build.gradle +++ b/customalert/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' group='com.github.searchy2' -version = '2.5.1' +version = '2.6.0' android { compileSdkVersion 28