From 654856509eb4e12ad241fd43cd4f3edd600c2f07 Mon Sep 17 00:00:00 2001 From: Bogdan Melnychuk Date: Mon, 25 Apr 2016 17:12:50 +0200 Subject: [PATCH 1/3] version updated --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 87aebb0..3cff844 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,8 +17,8 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=1.2.7 -VERSION_CODE=9 +VERSION_NAME=1.2.8 +VERSION_CODE=10 ANDROID_BUILD_MIN_SDK_VERSION=11 From d051ce75f5c9bd5206481808f6133b51f581c8f1 Mon Sep 17 00:00:00 2001 From: Bogdan Melnychuk Date: Tue, 3 May 2016 09:31:03 +0200 Subject: [PATCH 2/3] Update gradle.properties --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3cff844..ddb8205 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,8 +17,8 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=1.2.8 -VERSION_CODE=10 +VERSION_NAME=1.2.9 +VERSION_CODE=11 ANDROID_BUILD_MIN_SDK_VERSION=11 @@ -36,4 +36,4 @@ POM_LICENCE_NAME=The Apache Software License, Version 2.0 POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt POM_LICENCE_DIST=repo POM_DEVELOPER_ID=unnamed_b -POM_DEVELOPER_NAME=Bogdan Melnychuk \ No newline at end of file +POM_DEVELOPER_NAME=Bogdan Melnychuk From 5850dc8252b94e3ce9c5f2a375dea57683b326a1 Mon Sep 17 00:00:00 2001 From: Bogdan Melnychuk Date: Wed, 9 Feb 2022 08:25:31 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89074e2..d18ece8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +## This project is deprecated. You can still use it as it. Let me know if someone is interested in supporting it. + AndroidTreeView ====================