Skip to content
This repository was archived by the owner on Mar 14, 2019. It is now read-only.

Commit b9fb1f3

Browse files
committed
Updated HENkaku to Release 10. Ref: henkaku/henkaku@b66d30f
1 parent 1c5cac8 commit b9fb1f3

7 files changed

Lines changed: 6 additions & 6 deletions

File tree

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 25
5-
buildToolsVersion "25.0.2"
5+
buildToolsVersion "25.0.3"
66

77
defaultConfig {
88
applicationId "com.codestation.henkakuserver"
99
minSdkVersion 10
1010
targetSdkVersion 25
11-
versionCode 9
12-
versionName "1.8"
11+
versionCode 10
12+
versionName "1.9"
1313
}
1414
buildTypes {
1515
release {
@@ -22,8 +22,8 @@ android {
2222
dependencies {
2323
compile fileTree(include: ['*.jar'], dir: 'libs')
2424
compile 'com.android.support:appcompat-v7:25.3.1'
25-
compile 'org.nanohttpd:nanohttpd:2.3.0'
25+
compile 'org.nanohttpd:nanohttpd:2.3.1'
2626
compile 'com.android.support:design:25.3.1'
2727
compile 'org.apache.directory.studio:org.apache.commons.io:2.4'
28-
compile 'org.apache.commons:commons-lang3:3.4'
28+
compile 'org.apache.commons:commons-lang3:3.5'
2929
}

app/src/main/assets/henkaku.bin

-87 KB
Binary file not shown.

app/src/main/assets/loader.rop.bin

0 Bytes
Binary file not shown.
89 Bytes
Binary file not shown.
9.02 KB
Binary file not shown.
112 Bytes
Binary file not shown.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.3.1'
8+
classpath 'com.android.tools.build:gradle:2.3.2'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files

0 commit comments

Comments
 (0)