diff --git a/.gitignore b/.gitignore index c6cbe56..5f94008 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,7 @@ *.iml .gradle /local.properties -/.idea/workspace.xml -/.idea/libraries +/.idea .DS_Store /build /captures diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 96cc43e..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf3..0000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 97626ba..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index fe72da5..7ac24c7 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -3,9 +3,8 @@ - + - diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 0bc0c6b..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 3b31283..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml new file mode 100644 index 0000000..1d2cf4e --- /dev/null +++ b/.idea/kotlinc.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index b0dc372..d7c5659 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,32 +5,35 @@ - + + + + + + + - + + + + + + - - - - - - - - - + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index f05212f..90879b2 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -3,7 +3,7 @@ - + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 35eb1dd..8306744 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,5 +2,6 @@ + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index ff4e406..392272d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,14 +2,14 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' android { - compileSdkVersion 27 - buildToolsVersion '26.0.2' + compileSdkVersion 28 + buildToolsVersion '28.0.3' defaultConfig { applicationId "pakutoma.iijmiocouponwidget" minSdkVersion 21 - versionCode 3 - versionName "2.1" - targetSdkVersion 27 + versionCode 6 + versionName "2.2" + targetSdkVersion 28 } buildTypes { release { @@ -32,25 +32,15 @@ android { } dependencies { - compile fileTree(include: ['*.jar'], dir: 'libs') - testCompile 'junit:junit:4.12' - compile 'com.android.support:appcompat-v7:27.1.0' - compile 'com.github.kittinunf.fuel:fuel:1.12.1' - compile 'com.github.kittinunf.fuel:fuel-moshi:1.12.1' - compile 'com.squareup.moshi:moshi:1.5.0' - compile 'com.squareup.moshi:moshi-kotlin:1.5.0' - compile "org.jetbrains.anko:anko-sqlite:0.10.4" - compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - compile "org.jetbrains.kotlinx:kotlinx-coroutines-core:0.22.3" - compile "org.jetbrains.kotlinx:kotlinx-coroutines-android:0.22.3" -} - -repositories { - mavenCentral() -} - -kotlin { - experimental { - coroutines "enable" - } + implementation fileTree(include: ['*.jar'], dir: 'libs') + testImplementation 'junit:junit:4.12' + implementation 'com.android.support:appcompat-v7:28.0.0' + implementation 'com.github.kittinunf.fuel:fuel:2.0.1' + implementation 'com.github.kittinunf.fuel:fuel-moshi:2.0.1' + implementation 'com.squareup.moshi:moshi:1.8.0' + implementation 'com.squareup.moshi:moshi-kotlin:1.8.0' + implementation 'org.jetbrains.anko:anko-sqlite:0.10.8' + 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-android:1.1.1' } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 06c51d9..8b3da2c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -4,6 +4,8 @@ + + -mioWidget 2.1 -Copyright (c) 2018 @pakutoma +mioWidget 2.2 +Copyright (c) 2019 @pakutoma
Copyright (c) 2018 @pakutoma
Copyright (c) 2019 @pakutoma