Skip to content

Commit

Permalink
Update gradle/AGP and target/compile SDK versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanAlbert committed Apr 26, 2024
1 parent bbf6bbb commit 719285c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions native-activity/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ plugins {
// `android:hasCode` from main/AndroidManifest.xml.

android {
compileSdk 33
compileSdk 34
ndkVersion '25.1.8937393'

defaultConfig {
applicationId = 'com.example.native_activity'
minSdkVersion 14
targetSdkVersion 33
targetSdkVersion 34
externalNativeBuild {
cmake {
arguments '-DANDROID_STL=c++_static'
Expand Down
4 changes: 2 additions & 2 deletions native-activity/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.21' apply false
}

Expand Down
2 changes: 1 addition & 1 deletion native-activity/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 719285c

Please sign in to comment.