Fix build issue + version bump

master
Laurent 8 months ago
parent 9885a1e096
commit 113e2db78c
  1. 7
      app/build.gradle
  2. 2
      build.gradle

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

@ -4,7 +4,7 @@ buildscript {
ext.kotlin_version = '1.7.21'
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'

Loading…
Cancel
Save