Skip to content

Commit

Permalink
fix: failing to execute api calls (#1001)
Browse files Browse the repository at this point in the history
* revert: "chore(deps): update android-gradle-plugin to v8.0.1 (#983)"

This reverts commit 17967b4.

* revert "chore: update AGP to 8 (#954)"

This reverts commit f67b1db.

* chore: add changelog files
  • Loading branch information
Chesire committed May 21, 2023
1 parent df431f7 commit a7cab64
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ android {
applicationId "com.chesire.nekome"
minSdk 21
targetSdk sdk_version
versionCode 23050122 // Date of build formatted as 'yyMMddHH'
versionName "2.0.1"
versionCode 23052116 // Date of build formatted as 'yyMMddHH'
versionName "2.0.2"
testInstrumentationRunner "com.chesire.nekome.TestRunner"
resourceConfigurations += ['en', 'ja']
resConfigs 'en', 'ja'
}
buildTypes {
release {
Expand All @@ -36,7 +36,6 @@ android {
}
}
buildFeatures {
buildConfig true
compose true
}
composeOptions {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.chesire.nekome.injection

import com.chesire.nekome.BuildConfig
import com.chesire.nekome.datasource.auth.remote.AuthInjectionInterceptor
import com.chesire.nekome.datasource.auth.remote.AuthRefreshInterceptor
import com.chesire.nekome.kitsu.BuildConfig
import dagger.Module
import dagger.Provides
import dagger.Reusable
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/23052116.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix issue with api calls to Kitsu not working
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/23052116.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix issue with api calls to Kitsu not working
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m
# When configured, Gradle will run in incubating parallel mode.
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
aboutlibraries = "10.7.0"
accompanist = "0.30.1"
android-gradle-plugin = "8.0.1"
android-gradle-plugin = "7.4.2"
androidx-espresso = "3.5.1"
androidx-hilt = "1.0.0"
androidx-navigation = "2.5.3"
Expand Down

0 comments on commit a7cab64

Please sign in to comment.