Skip to content

Commit

Permalink
fixed package name in manifest v1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 committed Mar 29, 2022
1 parent f0881df commit 8c2430c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Persian_Numbers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 16
targetSdkVersion 32
versionCode 3
versionName "1.1.0"
versionName "1.1.1"
consumerProguardFiles "consumer-rules.pro"
}

Expand Down
2 changes: 1 addition & 1 deletion Persian_Numbers/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="ir.yamin.digits">
<manifest package="com.github.yamin8000.ppn">

</manifest>

0 comments on commit 8c2430c

Please sign in to comment.