|
|
|
@ -29,8 +29,8 @@ android { |
|
|
|
applicationId "net.pokeranalytics.android" |
|
|
|
applicationId "net.pokeranalytics.android" |
|
|
|
minSdkVersion 23 |
|
|
|
minSdkVersion 23 |
|
|
|
targetSdkVersion 28 |
|
|
|
targetSdkVersion 28 |
|
|
|
versionCode 39 |
|
|
|
versionCode 40 |
|
|
|
versionName "2.0.2" |
|
|
|
versionName "2.0.3" |
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -78,7 +78,7 @@ dependencies { |
|
|
|
|
|
|
|
|
|
|
|
// Android |
|
|
|
// Android |
|
|
|
implementation 'androidx.appcompat:appcompat:1.0.2' |
|
|
|
implementation 'androidx.appcompat:appcompat:1.0.2' |
|
|
|
implementation 'androidx.core:core-ktx:1.2.0-alpha01' |
|
|
|
implementation 'androidx.core:core-ktx:1.2.0-alpha02' |
|
|
|
implementation 'com.google.android.material:material:1.0.0' |
|
|
|
implementation 'com.google.android.material:material:1.0.0' |
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' |
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' |
|
|
|
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0' |
|
|
|
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0' |
|
|
|
|