diff --git a/app/build.gradle b/app/build.gradle
index 51dd3c295d8f677781cf066465b568c11e449030..f7991fa8bfe85ca83e533b35cd523f062c19b5c0 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -11,8 +11,8 @@ android {
applicationId "jp.atled.agileworks"
minSdkVersion 24
targetSdk 34
- versionCode 3
- versionName "1.1.0"
+ versionCode 4
+ versionName "1.1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
@@ -87,7 +87,7 @@ dependencies {
implementation "com.squareup.moshi:moshi:$moshi_version"
implementation "com.squareup.moshi:moshi-kotlin:$moshi_version"
- annotationProcessor "com.squareup.moshi:moshi-kotlin-codegen:$moshi_version"
+ kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshi_version"
implementation "net.openid:appauth:0.7.1"
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 1f6cbec0fd5d735842a5ad99ed3427a7254a30ec..3c450c434ed58604aed9218429dcced4d64cb0ae 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -6,6 +6,9 @@
+
+
+