Skip to content

Commit

Permalink
Rename mobile app ID
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Sep 7, 2024
1 parent e372094 commit 959f424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ companies all over the world.
It stemmed from my own needs to not only follow a curated list of tech-related blogs, but also
play a little bit with the excellent [Flutter](https://flutter.dev/) SDK.

<a href="https://play.google.com/store/apps/details?id=org.rm3l.awesome_dev"><img src="https://github.com/rm3l/dev-feed/raw/master/mobile/deployment/screenshots/android/google-play-badge.png" width="50%"/></a>
<a href="https://play.google.com/store/apps/details?id=lemrapps.dev_feed"><img src="https://github.com/rm3l/dev-feed/raw/master/mobile/deployment/screenshots/android/google-play-badge.png" width="50%"/></a>

![demo](https://raw.githubusercontent.com/rm3l/dev-feed/master/mobile/deployment/screenshots/android/latest_news_w400.png)

Expand Down
2 changes: 1 addition & 1 deletion mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ android {
}

defaultConfig {
applicationId "org.rm3l.awesome_dev"
applicationId "lemrapps.dev_feed"
minSdkVersion 16
targetSdkVersion android_sdk
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 959f424

Please sign in to comment.