Skip to content

Commit

Permalink
Update Android's build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
brackeen committed Aug 3, 2024
1 parent 73ac307 commit 43a3448
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,12 @@ project.
apply plugin: 'com.android.application'
android {
compileSdkVersion 32
buildToolsVersion "32.0.0"
compileSdkVersion 34
ndkVersion '23.2.8568313' // Last version to support API 16, 17, 18
defaultConfig {
applicationId "com.brackeen.glfmexample"
minSdkVersion 15
targetSdkVersion 32
minSdkVersion 16
targetSdkVersion 34
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 43a3448

Please sign in to comment.