Skip to content

Commit

Permalink
Refactor : directory name for aar jcenter upload compile
Browse files Browse the repository at this point in the history
  • Loading branch information
baiyi.hwj committed Aug 13, 2015
1 parent 4d71c61 commit 97dcb1a
Show file tree
Hide file tree
Showing 41 changed files with 11 additions and 10 deletions.
13 changes: 7 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
gen
bin
out
target
gen-external-apklibs
/.classpath
/.project
Expand All @@ -15,8 +14,10 @@ build
.DS_Store
unpacked-aar/
dependencies.txt
/dexposedbridge/local.properties
/dexposedbridge/.idea
/dexposedbridge/build
/dexposedbridge/.gradle
/dexposedbridge/.DS_Store
/dexposed/local.properties
/dexposed/.idea
/dexposed/build
/dexposed/.gradle
/dexposed/.DS_Store
/sample/dexposedexamples/.gradle
/sample/dexposedexamples/local.properties
File renamed without changes.
4 changes: 2 additions & 2 deletions dexposedbridge/build.gradle → dexposed/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ext {
bintrayRepo = 'maven'
bintrayName = 'dexposed'

publishedGroupId = 'com.taobao'
publishedGroupId = 'com.taobao.android'
libraryName = 'dexposed'
artifact = 'dexposed'

Expand All @@ -34,7 +34,7 @@ ext {
siteUrl = 'https://github.com/alibaba/dexposed'
gitUrl = 'https://github.com/alibaba/dexposed.git'

libraryVersion = '0.1.0'
libraryVersion = '0.1.1'

developerId = 'alibaba'
developerName = 'hwjump'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="dexposedbridge" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.taobao" external.system.module.version="0.1.0" type="JAVA_MODULE" version="4">
<module external.linked.project.id="dexposed" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.taobao" external.system.module.version="0.1.0" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.taobao.dexposed"
package="com.taobao.android.dexposed"
android:versionCode="1"
android:versionName="0.1.0" >

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 97dcb1a

Please sign in to comment.