|
|
|
@ -34,8 +34,8 @@ android { |
|
|
|
applicationId "net.pokeranalytics.android" |
|
|
|
applicationId "net.pokeranalytics.android" |
|
|
|
minSdkVersion 23 |
|
|
|
minSdkVersion 23 |
|
|
|
targetSdkVersion 34 |
|
|
|
targetSdkVersion 34 |
|
|
|
versionCode 170 |
|
|
|
versionCode 171 |
|
|
|
versionName "6.0.28" |
|
|
|
versionName "6.0.29" |
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -162,6 +162,9 @@ dependencies { |
|
|
|
// Retrofit |
|
|
|
// Retrofit |
|
|
|
implementation 'com.squareup.retrofit2:retrofit:2.9.0' |
|
|
|
implementation 'com.squareup.retrofit2:retrofit:2.9.0' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Volley |
|
|
|
|
|
|
|
implementation 'com.android.volley:volley:1.2.1' |
|
|
|
|
|
|
|
|
|
|
|
// Instrumented Tests |
|
|
|
// Instrumented Tests |
|
|
|
androidTestImplementation 'androidx.test:core:1.6.1' |
|
|
|
androidTestImplementation 'androidx.test:core:1.6.1' |
|
|
|
androidTestImplementation 'androidx.test:runner:1.6.2' |
|
|
|
androidTestImplementation 'androidx.test:runner:1.6.2' |
|
|
|
|