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