Skip to content

Commit

Permalink
v1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MalitsPlus committed Aug 17, 2020
1 parent d7c7143 commit 210eed5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.github.malitsplus.shizurunotes"
minSdkVersion 26
targetSdkVersion 29
versionCode 18
versionName "1.0.2"
versionCode 19
versionName "1.0.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -25,9 +25,9 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
applicationIdSuffix ".debug"
}
// debug {
// applicationIdSuffix ".debug"
// }
}
compileOptions {
sourceCompatibility = 1.8
Expand Down
4 changes: 2 additions & 2 deletions app/release/output.json → app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"properties": [],
"versionCode": 18,
"versionName": "18",
"versionCode": 19,
"versionName": "1.0.3",
"enabled": true,
"outputFile": "app-release.apk"
}
Expand Down

0 comments on commit 210eed5

Please sign in to comment.