Commit cb44ebaf authored by Mygod's avatar Mygod

Update dependencies

sbt-idea is outdated. Use Android Studio or IntelliJ's import SBT project instead.
parent e2a31847
resolvers += Resolver.url("scalasbt releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-snapshots"))(Resolver.ivyStylePatterns)
addSbtPlugin("com.hanhuy.sbt" % "android-sdk-plugin" % "1.5.19")
resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.7.0-SNAPSHOT")
addSbtPlugin("com.hanhuy.sbt" % "android-sdk-plugin" % "1.5.20")
resolvers += Resolver.url("rtimush/sbt-plugin-snapshots", new URL("https://dl.bintray.com/rtimush/sbt-plugin-snapshots/"))(Resolver.ivyStylePatterns)
......
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.shadowsocks"
xmlns:tools="http://schemas.android.com/tools" package="com.github.shadowsocks"
android:versionCode="134"
android:versionName="2.10.1">
......@@ -92,7 +92,7 @@
android:launchMode="singleInstance"
android:excludeFromRecents="true"
android:taskAffinity=""
android:theme="@style/PopupTheme.QuickSwitch">
android:theme="@style/PopupTheme.QuickSwitch">
<intent-filter>
<action android:name="com.github.shadowsocks.QUICK_SWITCH" />
<category android:name="android.intent.category.DEFAULT"/>
......@@ -128,7 +128,7 @@
</intent-filter>
</receiver>
<receiver android:name=".TaskerReceiver">
<receiver android:name=".TaskerReceiver" tools:ignore="ExportedReceiver">
<intent-filter>
<action android:name="com.twofortyfouram.locale.intent.action.FIRE_SETTING"/>
</intent-filter>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment