update application package name

This commit is contained in:
xingxing
2017-02-14 13:59:37 +08:00
parent c9ee92c06d
commit fd8735ecc8
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ android {
compileSdkVersion 24
buildToolsVersion "25.0.1"
defaultConfig {
applicationId "org.houxg.leamonax"
applicationId "com.leanote.android"
minSdkVersion 21
targetSdkVersion 23
versionCode ciCode

View File

@@ -60,7 +60,7 @@
<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="org.houxg.leamonax.fileProvider"
android:authorities="com.leanote.android.fileProvider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data