mirror of
https://github.com/leanote/leanote-android.git
synced 2026-01-13 07:03:54 +08:00
Merge pull request #8 from leanote/feature/update-pkg-name
update application package name
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user