Skip to content

Commit

Permalink
second release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredly committed Dec 30, 2017
1 parent c2a6bc1 commit f1b5677
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId = 'com.jaredforsyth.gravitron'
minSdkVersion 19
targetSdkVersion 21
versionCode = 1
versionName = '1.0'
versionCode = 2
versionName = '1.1'
signingConfig signingConfigs.config
}
buildTypes {
Expand Down
Binary file modified android/app/src/main/jniLibs/armeabi-v7a/libreasongl.so
Binary file not shown.
Binary file modified android/app/src/main/jniLibs/x86/libreasongl.so
Binary file not shown.
Binary file added misc/screenshots.sketch
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build:ios": "bsb -make-world -backend native && ./lib/bs/native/buildios.native",
"build:android": "bsb -make-world -backend native && ./lib/bs/native/buildandroid.native && cp -r assets/* android/app/src/main/assets/",
"run:android": "npm run build:android && cd android && ./gradlew installDebug",
"release:android": "npm run build:android && cd android && ./gradlew assembleRelease",

"setup:android": "./reasongl-android/setup_opam.sh",
"setup:ios": "./reasongl-ios/setup_opam.sh",
Expand Down

0 comments on commit f1b5677

Please sign in to comment.