diff --git a/DanmakuFlameMaster/src/main/AndroidManifest.xml b/DanmakuFlameMaster/src/main/AndroidManifest.xml index fcbd4168..d8b1d33c 100644 --- a/DanmakuFlameMaster/src/main/AndroidManifest.xml +++ b/DanmakuFlameMaster/src/main/AndroidManifest.xml @@ -17,8 +17,8 @@ + android:versionCode="3900" + android:versionName="0.3.9" > com.github.ctiao dfm - 0.3.8 + 0.3.9 ``` or Gradle: ```groovy dependencies { - compile 'com.github.ctiao:dfm:0.3.8' + compile 'com.github.ctiao:dfm:0.3.9' } ``` Snapshots of the development version are available in [Sonatype's snapshots repository][2]. diff --git a/gradle.properties b/gradle.properties index 99c49482..aa187e5b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_CODE=3800 -VERSION_NAME=0.3.8 +VERSION_CODE=3900 +VERSION_NAME=0.3.9 GROUP=com.github.ctiao POM_NAME=dfm POM_ARTIFACT_ID=common