diff --git a/.idea/misc.xml b/.idea/misc.xml index 7bfef59..37a7509 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 91666d7..601f571 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,7 +12,7 @@ android { minSdkVersion 23 targetSdkVersion 29 versionCode 1 - versionName "1.0.13" + versionName "1.0.14" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -40,7 +40,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.3.0' implementation 'androidx.appcompat:appcompat:1.1.0' - implementation ('com.google.code.gson:gson:2.8.5@aar') { + implementation ('com.google.code.gson:gson:2.8.5') { transitive=true }