Skip to content

Commit

Permalink
update kcptun to 20160816
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
shutup committed Aug 16, 2016
1 parent cbc589d commit 9007f03
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.shutup.kcptun_android"
minSdkVersion 10
targetSdkVersion 23
versionCode 3
versionName '0.3'
versionCode 4
versionName '0.4'
}
buildTypes {
release {
Expand Down
Binary file modified app/src/main/res/raw/client_linux_arm5
Binary file not shown.
Binary file modified app/src/main/res/raw/client_linux_arm6
Binary file not shown.
Binary file modified app/src/main/res/raw/client_linux_arm7
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.android.tools.build:gradle:2.1.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Dec 28 10:00:20 PST 2015
#Tue Aug 16 21:24:43 CST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 comments on commit 9007f03

Please sign in to comment.