Skip to content

Commit 719285c

Browse files
committed
Update gradle/AGP and target/compile SDK versions.
1 parent bbf6bbb commit 719285c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

native-activity/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ plugins {
77
// `android:hasCode` from main/AndroidManifest.xml.
88

99
android {
10-
compileSdk 33
10+
compileSdk 34
1111
ndkVersion '25.1.8937393'
1212

1313
defaultConfig {
1414
applicationId = 'com.example.native_activity'
1515
minSdkVersion 14
16-
targetSdkVersion 33
16+
targetSdkVersion 34
1717
externalNativeBuild {
1818
cmake {
1919
arguments '-DANDROID_STL=c++_static'

native-activity/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '7.3.1' apply false
4-
id 'com.android.library' version '7.3.1' apply false
3+
id 'com.android.application' version '7.4.2' apply false
4+
id 'com.android.library' version '7.4.2' apply false
55
id 'org.jetbrains.kotlin.android' version '1.7.21' apply false
66
}
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)