Skip to content

Commit

Permalink
Bugfixes and improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
radi-cho committed Jul 11, 2018
1 parent d78dafd commit 35b6474
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
1 change: 0 additions & 1 deletion App.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ export default class App extends Component<Props> {
};

promoteSelectedPawn = piece => {
qwerty
const { promotionParams, playAgainstAI, checkmate } = this.state;
if (promotionParams) {
piece = piece ? piece : "knight";
Expand Down
7 changes: 3 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,8 @@ android {
applicationId "com.rsg.chess"
minSdkVersion 16
targetSdkVersion 27
// next time use versionCode - 20018, because of the seperate APKs:
versionCode 20102
versionName "2.0.1"
versionCode 20200
versionName "2.1"
// ndk {
// abiFilters "armeabi-v7a", "x86"
// }
Expand Down Expand Up @@ -169,7 +168,7 @@ dependencies {
implementation "com.google.firebase:firebase-core:15.0.2"
implementation "com.google.firebase:firebase-ads:15.0.0"
implementation "com.google.firebase:firebase-analytics:15.0.2"
implementation "com.google.firebase:firebase-perf:15.1.0"
implementation "com.google.firebase:firebase-perf:16.0.0"
implementation('com.crashlytics.sdk.android:crashlytics:2.9.1@aar') {
transitive = true
}
Expand Down
11 changes: 11 additions & 0 deletions android/app/src/main/assets/crashlytics-build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#This file is automatically generated by Crashlytics to uniquely
#identify individual builds of your Android application.
#
#Do NOT modify, delete, or commit to source control!
#
#Tue Jul 10 18:02:42 EEST 2018
version_name=0.0
package_name=com.rsg.chess
build_id=66fabbd6-de62-4d83-b861-b925161494e8
version_code=0
app_name=RSG Chess
10 changes: 10 additions & 0 deletions android/app/src/main/res/values/com_crashlytics_export_strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!--
This file is automatically generated by Crashlytics to uniquely
identify individual builds of your Android application.
Do NOT modify, delete, or commit to source control!
-->
<string tools:ignore="UnusedResources,TypographyDashes" name="com.crashlytics.android.build_id" translatable="false">66fabbd6-de62-4d83-b861-b925161494e8</string>
</resources>

0 comments on commit 35b6474

Please sign in to comment.