File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed
Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ android {
6363
6464dependencies {
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'
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ plugins {
66}
77
88android {
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
4545dependencies {
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'
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
3- ext. kotlin_version = ' 1.5.30 '
3+ ext. kotlin_version = ' 1.7.0 '
44 repositories {
55 jcenter()
66 maven { url " https://jitpack.io" }
You can’t perform that action at this time.
0 commit comments