Skip to content

Commit 1f83b15

Browse files
committed
update proejct with released tag
1 parent c9399fb commit 1f83b15

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

app/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ android {
1111
defaultConfig {
1212
applicationId "com.example.hashgeneratorapp"
1313
minSdk 24
14-
targetSdk 33
15-
versionCode 1
16-
versionName "1.0"
14+
targetSdk 34
15+
versionCode 2
16+
versionName "1.1.1"
1717

1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
}
@@ -22,6 +22,7 @@ android {
2222
release {
2323
minifyEnabled false
2424
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
25+
signingConfig signingConfigs.debug
2526
}
2627
}
2728
compileOptions {
4.35 MB
Binary file not shown.

support/screenshots/hg_1.png

58 KB
Loading

support/screenshots/hg_2.png

65.1 KB
Loading

support/screenshots/hg_3.png

66.5 KB
Loading

0 commit comments

Comments
 (0)