summaryrefslogtreecommitdiff
path: root/Android/HelloAndroid/app/build.gradle
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-03-02 17:36:15 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-03-02 17:36:15 +0000
commitb2da1fcbaf0b0eebfbc29f22bf47e59a7ee0168e (patch)
tree8947801af5996b6d168e211cc55d2c3c9278546a /Android/HelloAndroid/app/build.gradle
parentca98f4b70cca757d59e36512c6db9a82287d7ac4 (diff)
Fixing Android CMake files
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12698 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Android/HelloAndroid/app/build.gradle')
-rw-r--r--Android/HelloAndroid/app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android/HelloAndroid/app/build.gradle b/Android/HelloAndroid/app/build.gradle
index 07dc4f5a8..dbe9d3dc9 100644
--- a/Android/HelloAndroid/app/build.gradle
+++ b/Android/HelloAndroid/app/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'com.android.application'
compileSdkVersion 25
defaultConfig {
- applicationId 'com.example.native_plasma'
+ applicationId 'org.fltk.android_hello'
minSdkVersion 14
targetSdkVersion 25
}