Skip to content

Commit 0adad7a

Browse files
update: target sdk version 34
1 parent ec9afda commit 0adad7a

File tree

6 files changed

+13
-22
lines changed

6 files changed

+13
-22
lines changed

.idea/deploymentTargetDropDown.xml

Lines changed: 5 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 33
5-
buildToolsVersion "30.0.3"
64

75
defaultConfig {
86
applicationId "com.gowtham.videotrimmer"
97
minSdkVersion 24
10-
targetSdkVersion 33
8+
targetSdkVersion 34
9+
compileSdk = 34
1110
versionCode 1
1211
versionName "1.0"
1312
multiDexEnabled true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.0.1'
9+
classpath 'com.android.tools.build:gradle:8.2.2'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22"
1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed May 26 23:38:29 IST 2021
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
33

44
android {
5-
compileSdkVersion 33
65

76
packagingOptions {
87
pickFirst 'lib/x86/libc++_shared.so'
@@ -13,7 +12,8 @@ android {
1312

1413
defaultConfig {
1514
minSdkVersion 24
16-
targetSdkVersion 33
15+
targetSdkVersion 34
16+
compileSdk = 34
1717
consumerProguardFiles "consumer-rules.pro"
1818

1919
ndkVersion '22.1.7171670'

0 commit comments

Comments
 (0)