Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
MasayukiSuda committed Nov 25, 2020
1 parent 3723643 commit 84b20be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ allprojects {
Step 2. Add the dependency
```groovy
dependencies {
implementation 'com.github.MasayukiSuda:Mp4Composer-android:v0.4.0'
implementation 'com.github.MasayukiSuda:Mp4Composer-android:v0.4.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx1536m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
android.useAndroidX=true
VERSION_NAME=0.4.0
VERSION_NAME=0.4.1
VERSION_CODE=1
BUILD_TOOLS_VERSION=29.0.2
COMPILE_SDK_VERSION=29
Expand Down

0 comments on commit 84b20be

Please sign in to comment.