Skip to content

Commit

Permalink
Fix building files
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT committed Dec 11, 2023
1 parent dfe2bb1 commit 7dcffe6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ android {
defaultConfig {
applicationId 'me.s1204.benesse.touch.test'
minSdk 24
//noinspection ExpiredTargetSdkVersion
targetSdk 22
versionCode 1
versionName "1.0.0"
//noinspection ExpiredTargetSdkVersion,EditedTargetSdkVersion
targetSdk 28
versionCode 2
versionName "1.0.1"
}

signingConfigs {
Expand Down
2 changes: 1 addition & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-keep class jp.co.benesse.dcha.**
-keep class **

0 comments on commit 7dcffe6

Please sign in to comment.