From e2846461a09e33720a049f628f09c653f55531f0 Mon Sep 17 00:00:00 2001 From: ctiao Date: Thu, 1 Mar 2018 13:24:36 +0800 Subject: [PATCH] v0.9.25 --- 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 7665f7cc..2ef20151 100644 --- a/DanmakuFlameMaster/src/main/AndroidManifest.xml +++ b/DanmakuFlameMaster/src/main/AndroidManifest.xml @@ -17,8 +17,8 @@ + android:versionCode="9025" + android:versionName="0.9.25" > com.github.ctiao dfm - 0.9.24 + 0.9.25 ``` @@ -56,7 +56,7 @@ repositories { } dependencies { - compile 'com.github.ctiao:DanmakuFlameMaster:0.9.24' + compile 'com.github.ctiao:DanmakuFlameMaster:0.9.25' compile 'com.github.ctiao:ndkbitmap-armv7a:0.9.21' # Other ABIs: optional diff --git a/gradle.properties b/gradle.properties index 187563f7..91ac2254 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_CODE=9024 -VERSION_NAME=0.9.24 +VERSION_CODE=9025 +VERSION_NAME=0.9.25 GROUP=com.github.ctiao POM_NAME=dfm POM_ARTIFACT_ID=common