Skip to content

Commit c8d0967

Browse files
committed
update dependencies
1 parent 7dee37a commit c8d0967

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

SSffmpegVideoOperation/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ android {
6363

6464
dependencies {
6565
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
66-
implementation 'androidx.core:core-ktx:1.6.0'
67-
implementation 'androidx.appcompat:appcompat:1.3.1'
68-
implementation 'com.google.android.material:material:1.4.0'
66+
implementation 'androidx.core:core-ktx:1.8.0'
67+
implementation 'androidx.appcompat:appcompat:1.4.2'
68+
implementation 'com.google.android.material:material:1.6.1'
6969
implementation 'pub.devrel:easypermissions:3.0.0'
7070
implementation 'com.arthenica:mobile-ffmpeg-full:4.4'
7171
implementation 'com.github.jaiselrahman:FilePicker:1.3.2'

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66
}
77

88
android {
9-
compileSdkVersion 30
9+
compileSdkVersion 31
1010

1111
defaultConfig {
1212
applicationId "com.simform.videoimageeditor"
1313
minSdkVersion 24
14-
targetSdkVersion 30
14+
targetSdkVersion 31
1515
versionCode 1
1616
versionName "1.0"
1717
testInstrumentationRunner "androidx...test.runner.AndroidJUnitRunner"
@@ -44,12 +44,12 @@ kapt {
4444

4545
dependencies {
4646
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
47-
implementation 'androidx.core:core-ktx:1.6.0'
48-
implementation 'androidx.appcompat:appcompat:1.3.1'
47+
implementation 'androidx.core:core-ktx:1.8.0'
48+
implementation 'androidx.appcompat:appcompat:1.4.2'
4949
implementation 'com.github.bumptech.glide:glide:4.12.0'
5050
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
51-
implementation 'com.google.android.material:material:1.4.0'
52-
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
51+
implementation 'com.google.android.material:material:1.6.1'
52+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
5353
implementation 'pub.devrel:easypermissions:3.0.0'
5454
implementation 'com.github.jaiselrahman:FilePicker:1.3.2'
5555
implementation 'com.kovachcode:timePickerWithSeconds:1.0.1'

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
android:screenOrientation="portrait" />
100100
<activity
101101
android:name=".MainActivity"
102+
android:exported="true"
102103
android:screenOrientation="portrait">
103104
<intent-filter>
104105
<action android:name="android.intent.action.MAIN" />

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = '1.5.30'
3+
ext.kotlin_version = '1.7.0'
44
repositories {
55
jcenter()
66
maven { url "https://jitpack.io" }

0 commit comments

Comments
 (0)