Skip to content

Commit

Permalink
chore: update AGP to 8 (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chesire committed Apr 30, 2023
1 parent 5840f5a commit f67b1db
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 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.

3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
versionCode 23042320 // Date of build formatted as 'yyMMddHH'
versionName "2.0.0"
testInstrumentationRunner "com.chesire.nekome.TestRunner"
resConfigs 'en', 'ja'
resourceConfigurations += ['en', 'ja']
}
buildTypes {
release {
Expand All @@ -36,6 +36,7 @@ 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
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# 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.6.2"
accompanist = "0.30.1"
android-gradle-plugin = "7.4.2"
android-gradle-plugin = "8.0.0"
androidx-espresso = "3.5.1"
androidx-hilt = "1.0.0"
androidx-navigation = "2.5.3"
Expand Down

0 comments on commit f67b1db

Please sign in to comment.