Skip to content

Commit a453cf3

Browse files
committed
Update version and Readme
1 parent 4707b9a commit a453cf3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Generate video from a Bitmap, Canvas, or resource drawable in Android.
55

66
Create mp4 video from Bitmaps or anything you can draw to a hardware accelerated Canvas. Pure, simple Android MediaCodec implementation. Requires no third party libs or NDK.
77

8-
Currently supports the MP4 container and both AVC/H264 and HEVC/H265. Easily extensible to other
8+
Currently supports the MP4 container and both AVC/H264 and HEVC/H265. Easily extensible to other
99
supported formats.
1010

1111
Run the sample app or check out
@@ -22,10 +22,10 @@ Add it in your root build.gradle at the end of repositories:
2222
}
2323
}
2424

25-
Add to your app dependancies:
25+
Add to your app dependencies:
2626

2727
dependencies {
28-
implementation 'com.github.dburckh:bitmap2video:1.0.0'
28+
implementation 'com.github.israel-fl:bitmap2video:2.0.0'
2929
}
3030

3131

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
defaultConfig {
1010
minSdkVersion 21
1111
targetSdkVersion 29
12-
versionCode 1
13-
versionName "1.0"
12+
versionCode 2
13+
versionName "2.0.0"
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
consumerProguardFiles 'consumer-rules.pro'

0 commit comments

Comments
 (0)