Skip to content

Commit 629ee3c

Browse files
committed
sharedUserId を追加
1 parent ba7956c commit 629ee3c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
defaultConfig {
1010
minSdk 24
1111
targetSdk 34
12-
versionCode 6
13-
versionName "2.0.0"
12+
versionCode 7
13+
versionName "2.0.1"
1414
proguardFiles += 'proguard-rules.pro'
1515
}
1616

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:tools="http://schemas.android.com/tools"
3-
xmlns:android="http://schemas.android.com/apk/res/android">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:tools="http://schemas.android.com/tools"
4+
android:sharedUserId="me.s1204.benesse.shared">
45

56
<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS"
67
tools:ignore="ProtectedPermissions" />

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginManagement {
44
mavenCentral()
55
}
66
plugins {
7-
id 'com.android.application' version '8.3.0' apply false
7+
id 'com.android.application' version '8.3.1' apply false
88
}
99
}
1010
dependencyResolutionManagement {

0 commit comments

Comments
 (0)