Skip to content

Commit

Permalink
[General] Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Udhayarajan committed Mar 20, 2023
1 parent a108316 commit 9c31d27
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
applicationId "com.mugames.vidsnap"
minSdkVersion 21
targetSdkVersion 33
versionCode 12
versionName "5.0.3(beta)"
versionCode 13
versionName "6.0.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -142,7 +142,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'

//VidSnapKit
implementation 'io.github.udhayarajan:VidSnapKit:3.3.6'
implementation 'io.github.udhayarajan:VidSnapKit:4.0.3'


}
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
org.gradle.unsafe.configuration-cache=true
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
include ':app',':ffmpeg-kit-android-lib'// remove :ffmpeg-kit-android-lib on statically built
rootProject.name = "VidSnap"
include ':JSON-java-master'
rootProject.name = "VidSnap"

0 comments on commit 9c31d27

Please sign in to comment.