|
|
|
@ -34,8 +34,8 @@ android { |
|
|
|
applicationId "net.pokeranalytics.android" |
|
|
|
applicationId "net.pokeranalytics.android" |
|
|
|
minSdkVersion 23 |
|
|
|
minSdkVersion 23 |
|
|
|
targetSdkVersion 28 |
|
|
|
targetSdkVersion 28 |
|
|
|
versionCode 86 |
|
|
|
versionCode 88 |
|
|
|
versionName "3.0_beta_1" |
|
|
|
versionName "3.0_beta_2" |
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -93,13 +93,13 @@ dependencies { |
|
|
|
|
|
|
|
|
|
|
|
// Kotlin |
|
|
|
// Kotlin |
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" |
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" |
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1' |
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.0' |
|
|
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.1.1" |
|
|
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0" |
|
|
|
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" |
|
|
|
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" |
|
|
|
implementation("org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.20.0") // JVM dependency |
|
|
|
implementation("org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.20.0") // JVM dependency |
|
|
|
|
|
|
|
|
|
|
|
// Android |
|
|
|
// Android |
|
|
|
implementation 'androidx.appcompat:appcompat:1.0.2' |
|
|
|
implementation 'androidx.appcompat:appcompat:1.1.0' |
|
|
|
implementation 'androidx.core:core-ktx:1.4.0-alpha01' |
|
|
|
implementation 'androidx.core:core-ktx:1.4.0-alpha01' |
|
|
|
implementation 'com.google.android.material:material:1.1.0' |
|
|
|
implementation 'com.google.android.material:material:1.1.0' |
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' |
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' |
|
|
|
@ -115,7 +115,7 @@ dependencies { |
|
|
|
implementation 'com.android.billingclient:billing:1.2.2' |
|
|
|
implementation 'com.android.billingclient:billing:1.2.2' |
|
|
|
|
|
|
|
|
|
|
|
// Firebase |
|
|
|
// Firebase |
|
|
|
implementation 'com.google.firebase:firebase-core:17.4.1' |
|
|
|
implementation 'com.google.firebase:firebase-core:17.4.2' |
|
|
|
|
|
|
|
|
|
|
|
// Crashlytics |
|
|
|
// Crashlytics |
|
|
|
implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1' |
|
|
|
implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1' |
|
|
|
|