From 3dab9fc770d3d857a4f4cadac0f56406c310a6f1 Mon Sep 17 00:00:00 2001 From: ctiao Date: Fri, 13 Nov 2015 14:54:01 +0800 Subject: [PATCH] v0.3.7 --- DanmakuFlameMaster/src/main/AndroidManifest.xml | 4 ++-- README.md | 4 ++-- gradle.properties | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DanmakuFlameMaster/src/main/AndroidManifest.xml b/DanmakuFlameMaster/src/main/AndroidManifest.xml index 816a357a..3fff6f73 100644 --- a/DanmakuFlameMaster/src/main/AndroidManifest.xml +++ b/DanmakuFlameMaster/src/main/AndroidManifest.xml @@ -17,8 +17,8 @@ + android:versionCode="3700" + android:versionName="0.3.7" > com.github.ctiao dfm - 0.3.6 + 0.3.7 ``` or Gradle: ```groovy dependencies { - compile 'com.github.ctiao:dfm:0.3.6' + compile 'com.github.ctiao:dfm:0.3.7' } ``` Snapshots of the development version are available in [Sonatype's snapshots repository][2]. diff --git a/gradle.properties b/gradle.properties index 9c17df72..41c068e3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_CODE=3600 -VERSION_NAME=0.3.6 +VERSION_CODE=3700 +VERSION_NAME=0.3.7 GROUP=com.github.ctiao POM_NAME=dfm POM_ARTIFACT_ID=common