1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-23 03:11:30 +00:00

Formatting fixes.

This commit is contained in:
Felix Ableitner 2014-05-14 17:08:19 +02:00
parent 95c2f7d98a
commit 3e8ef39322
5 changed files with 63 additions and 68 deletions

View file

@ -14,16 +14,12 @@ apply plugin: 'android_sign'
repositories {
mavenCentral()
maven {
url "http://4thline.org/m2"
}
}
dependencies {
compile 'com.android.support:support-v4:13.0.+'
}
android {
compileSdkVersion 19
buildToolsVersion "19.0.3"

View file

@ -28,11 +28,9 @@
<activity
android:name=".SettingsActivity"
android:label="@string/settings_title" >
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value=".WebGuiActivity" />
</activity>
<service android:name=".service.SyncthingService" />

View file

@ -57,4 +57,5 @@ public class GetTask extends AsyncTask<String, Void, String> {
}
return null;
}
}