Skip to content

Commit

Permalink
Add Community Edition
Browse files Browse the repository at this point in the history
Update Gradle Version
  • Loading branch information
bilgincoskun committed Mar 8, 2020
1 parent 92fe330 commit e92e946
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ Android port of [Brogue](https://sites.google.com/site/broguegame/) using SDL2
# Installation
You can download apks from [here](https://github.com/bilgincoskun/brogue-android-port/releases)

Currently there are 3 apks use different versions of Brogue which can be installed side by side.

* 1.7.5 with bug fixes from [here](https://github.com/flend/brogue-windows/) (Suggested version)
Currently there are 4 apks use different versions of Brogue which can be installed side by side.

* Original v1.7.5 version

* Community Edition from [here](https://github.com/tmewett/BrogueCE)

* 1.7.5 with bug fixes from [here](https://github.com/flend/brogue-windows/)

* Original 1.7.4 version

Note that apks require two additional permissions which both are optional:
Expand Down
2 changes: 2 additions & 0 deletions app/jni/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1365,6 +1365,8 @@ int brogue_main(void *data){
return 0;
}

boolean serverMode = false;

int main() {
chdir(SDL_AndroidGetInternalStoragePath());
FILE * fc;
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'com.android.tools.build:gradle:3.6.0'

// 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 @@
#Sun Aug 25 15:28:16 EET 2019
#Sun Mar 08 17:03:09 EET 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

0 comments on commit e92e946

Please sign in to comment.