Skip to content

Commit bca4bb4

Browse files
committed
remove manual build
1 parent bcf5ead commit bca4bb4

3 files changed

Lines changed: 13 additions & 14 deletions

File tree

.idea/runConfigurations.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

predetect/build.gradle

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,6 @@ android {
1919
}
2020
}
2121

22-
uploadArchives{
23-
repositories{
24-
mavenDeployer{
25-
repository(url:"file:///home/whoami/Dropbox/UFC/TCC")
26-
27-
pom.groupId = GROUP
28-
pom.artifactId = POM_ARTIFACT_ID
29-
pom.version = VERSION_NAME
30-
}
31-
}
32-
}
33-
task install(dependsOn: uploadArchives)
34-
3522
dependencies {
3623
compile fileTree(dir: 'libs', include: ['*.jar'])
3724
testCompile 'junit:junit:4.12'

predetect/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<service android:name="danielfilho.ufc.br.com.predetect.services.NetworkObserverService" android:exported="true" android:enabled="true">
3636
<intent-filter android:priority="100000">
37-
<action android:name="danielfilho.ufc.br.com.predetect.networkservice"></action>
37+
<action android:name="danielfilho.ufc.br.com.predetect.networkservice" />
3838
<category android:name="android.intent.category.DEFAULT"/>
3939
</intent-filter>
4040
</service>

0 commit comments

Comments
 (0)