diff --git a/DanmakuFlameMaster/src/main/AndroidManifest.xml b/DanmakuFlameMaster/src/main/AndroidManifest.xml index 988ead1d..9b2cbe63 100644 --- a/DanmakuFlameMaster/src/main/AndroidManifest.xml +++ b/DanmakuFlameMaster/src/main/AndroidManifest.xml @@ -17,8 +17,8 @@ + android:versionCode="3300" + android:versionName="0.3.3" > com.github.ctiao dfm - 0.3.2 + 0.3.3 ``` or Gradle: ```groovy dependencies { - compile 'com.github.ctiao:dfm:0.3.2' + compile 'com.github.ctiao:dfm:0.3.3' } ``` Snapshots of the development version are available in [Sonatype's snapshots repository][2]. diff --git a/gradle.properties b/gradle.properties index e5adfe5f..d848adaa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_CODE=3200 -VERSION_NAME=0.3.2 +VERSION_CODE=3300 +VERSION_NAME=0.3.3 GROUP=com.github.ctiao POM_DESCRIPTION=A Danmaku render library.