Skip to content

Commit

Permalink
Change Android demo rootProject.name to GPUPixelDemo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaaronkot committed Jan 21, 2024
1 parent dda29aa commit 52b94fc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
compileSdk 31

defaultConfig {
applicationId "com.pixpark.gpupixel"
applicationId "com.pixpark.gpupixeldemo"
minSdk 21
targetSdk 31
versionCode 1
Expand Down
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencyResolutionManagement {
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "GPUPixel"
rootProject.name = "GPUPixelDemo"
include ':app'
include ':gpupixel'
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ cmake_minimum_required(VERSION 3.10.2)

project("gpupixel")

add_compile_definitions(GPUPIXEL_ANDROID)

# header search path
include_directories(
./
Expand Down

0 comments on commit 52b94fc

Please # to comment.