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

Commit

Permalink
Updated HENkaku to Release 10. Ref: henkaku/henkaku@b66d30f
Browse files Browse the repository at this point in the history
  • Loading branch information
codestation committed May 27, 2017
1 parent 1c5cac8 commit b9fb1f3
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'com.android.application'

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

defaultConfig {
applicationId "com.codestation.henkakuserver"
minSdkVersion 10
targetSdkVersion 25
versionCode 9
versionName "1.8"
versionCode 10
versionName "1.9"
}
buildTypes {
release {
Expand All @@ -22,8 +22,8 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'org.nanohttpd:nanohttpd:2.3.0'
compile 'org.nanohttpd:nanohttpd:2.3.1'
compile 'com.android.support:design:25.3.1'
compile 'org.apache.directory.studio:org.apache.commons.io:2.4'
compile 'org.apache.commons:commons-lang3:3.4'
compile 'org.apache.commons:commons-lang3:3.5'
}
Binary file modified app/src/main/assets/henkaku.bin
Binary file not shown.
Binary file modified app/src/main/assets/loader.rop.bin
Binary file not shown.
Binary file modified app/src/main/assets/pkg/henkaku.skprx
Binary file not shown.
Binary file modified app/src/main/assets/pkg/henkaku.suprx
Binary file not shown.
Binary file modified app/src/main/assets/pkg/taihen.skprx
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.3.1'
classpath 'com.android.tools.build:gradle:2.3.2'

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

0 comments on commit b9fb1f3

Please sign in to comment.