Skip to content

Commit

Permalink
cleanup, update deps, update readme, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jehy committed Jan 24, 2017
1 parent 24962f6 commit 88598ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@ Just build it or download from releases. Then include in your project (slf4j lib
allprojects {
repositories {
jcenter()
flatDir {
dirs 'libs'
}
maven { url 'https://jitpack.io' }
}
}
dependencies {
compile(name: 'ThaliOnionProxyAndroid-release', ext: 'aar')
compile 'com.github.jehy:Tor-Onion-Proxy-Library:0.0.5'
compile 'org.slf4j:slf4j-api:1.7.7'
compile 'org.slf4j:slf4j-android:1.7.7'
}
Expand Down
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ repositories {

android {
compileSdkVersion 25
buildToolsVersion "25"
buildToolsVersion "25.0.2"

defaultConfig {
minSdkVersion 16
targetSdkVersion 25
versionName '0.0.4'
versionCode 3
versionName '0.0.5'
versionCode 4
archivesBaseName = 'ThaliOnionProxyAndroid'
}
defaultConfig {
Expand Down
9 changes: 1 addition & 8 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.msopentech.thali.toronionproxy.android"
android:versionCode="1"
android:versionName="1.0">
package="com.msopentech.thali.toronionproxy.android">

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.INTERNET" />

<application android:allowBackup="true"
android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
android:theme="@style/AppTheme">
</application>
</manifest>

0 comments on commit 88598ef

Please sign in to comment.