Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
sharedUserId を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT committed Mar 29, 2024
1 parent 60759ff commit ac345a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdk 22
targetSdk 34
versionCode 6
versionName "1.3.0"
versionCode 7
versionName "1.3.1"
proguardFiles += 'proguard-rules.pro'
}

Expand Down
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:sharedUserId="me.s1204.benesse.shared">

<uses-permission
android:name="android.permission.READ_EXTERNAL_STORAGE"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginManagement {
mavenCentral()
}
plugins {
id 'com.android.application' version '8.3.0' apply false
id 'com.android.application' version '8.3.1' apply false
}
}
dependencyResolutionManagement {
Expand Down

0 comments on commit ac345a4

Please sign in to comment.