From 4897bebb085edffb30c674ff8340d22f9a741cf8 Mon Sep 17 00:00:00 2001 From: ctiao Date: Thu, 22 Oct 2015 22:17:00 +0800 Subject: [PATCH] v0.3.6 --- 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 17b546e9..816a357a 100644 --- a/DanmakuFlameMaster/src/main/AndroidManifest.xml +++ b/DanmakuFlameMaster/src/main/AndroidManifest.xml @@ -17,8 +17,8 @@ + android:versionCode="3600" + android:versionName="0.3.6" > com.github.ctiao dfm - 0.3.5 + 0.3.6 ``` or Gradle: ```groovy dependencies { - compile 'com.github.ctiao:dfm:0.3.5' + compile 'com.github.ctiao:dfm:0.3.6' } ``` Snapshots of the development version are available in [Sonatype's snapshots repository][2]. diff --git a/gradle.properties b/gradle.properties index cffe8383..9c17df72 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_CODE=3500 -VERSION_NAME=0.3.5 +VERSION_CODE=3600 +VERSION_NAME=0.3.6 GROUP=com.github.ctiao POM_NAME=dfm POM_ARTIFACT_ID=common