From 927145a053359616ba3add6b687b22c78daf6f74 Mon Sep 17 00:00:00 2001 From: ctiao Date: Wed, 16 Sep 2015 19:23:53 +0800 Subject: [PATCH] v0.3.5 --- 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 b0be4898..17b546e9 100644 --- a/DanmakuFlameMaster/src/main/AndroidManifest.xml +++ b/DanmakuFlameMaster/src/main/AndroidManifest.xml @@ -17,8 +17,8 @@ + android:versionCode="3500" + android:versionName="0.3.5" > com.github.ctiao dfm - 0.3.4 + 0.3.5 ``` or Gradle: ```groovy dependencies { - compile 'com.github.ctiao:dfm:0.3.4' + compile 'com.github.ctiao:dfm:0.3.5' } ``` Snapshots of the development version are available in [Sonatype's snapshots repository][2]. diff --git a/gradle.properties b/gradle.properties index afa65cac..9f8707de 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_CODE=3400 -VERSION_NAME=0.3.4 +VERSION_CODE=3500 +VERSION_NAME=0.3.5 GROUP=com.github.ctiao POM_DESCRIPTION=A Danmaku render library.