aboutsummaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorDavid Morrissey <davemorrissey@gmail.com>2017-12-02 08:40:06 +0000
committerDavid Morrissey <davemorrissey@gmail.com>2017-12-02 08:40:06 +0000
commitb11947feead2995956c3ddcce01e164aa87332b3 (patch)
tree9e8ef94c3e2539162a60e7b4f46b6ba9960dba5f /library
parent9eac0c1ad0cb00e8d9575b7a1af8bae7151a82d6 (diff)
downloadsubsampling-scale-image-view-b11947feead2995956c3ddcce01e164aa87332b3.tar.gz
3.9.0 release
Diffstat (limited to 'library')
-rw-r--r--library/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/build.gradle b/library/build.gradle
index 54cadd0..f66ea5f 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
group = 'com.davemorrissey.labs'
archivesBaseName = 'subsampling-scale-image-view'
-version = '3.9.0.BETA'
+version = '3.9.0'
android {
compileSdkVersion 26