File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ plugins {
7
7
// `android:hasCode` from main/AndroidManifest.xml.
8
8
9
9
android {
10
- compileSdk 33
10
+ compileSdk 34
11
11
ndkVersion ' 25.1.8937393'
12
12
13
13
defaultConfig {
14
14
applicationId = ' com.example.native_activity'
15
15
minSdkVersion 14
16
- targetSdkVersion 33
16
+ targetSdkVersion 34
17
17
externalNativeBuild {
18
18
cmake {
19
19
arguments ' -DANDROID_STL=c++_static'
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
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
5
5
id ' org.jetbrains.kotlin.android' version ' 1.7.21' apply false
6
6
}
7
7
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments