Merge pull request #8 from leanote/feature/update-pkg-name

update application package name
This commit is contained in:
houxg
2017-02-14 00:20:02 -06:00
committed by GitHub
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