Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (30 loc) · 1020 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 1020 Bytes

Novasocks for Android

A Novasocks client for Android, powered by amazing languages,

fork from shadowsocks and modified by Phoenix.xie

TRAVIS CI STATUS

Nightly Builds

PREREQUISITES

JDK 1.6+

Android SDK r21+ or Android Studio 0.2.0+

BUILD

  <settings>
    <profiles>
      <profile>
        <activation>
          <activeByDefault>true</activeByDefault>
        </activation>
        <properties>
          <sign.keystore>/absolute/path/to/your.keystore</sign.keystore>
          <sign.alias>youralias</sign.alias>
          <sign.keypass>keypass</sign.keypass>
          <sign.storepass>storepass</sign.storepass>
        </properties>
      </profile>
    </profiles>
  </settings>
  • Invoke the building like this