File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff 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}
1010dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments