Skip to content

Commit

Permalink
GitBook: [master] one page modified
Browse files Browse the repository at this point in the history
  • Loading branch information
yemreak authored and gitbook-bot committed Feb 20, 2020
1 parent f12eecf commit eabdf44
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions faydali/google-play-store.md
Expand Up @@ -29,6 +29,20 @@ Uygulamalarınızı google play store'a yüklemek için **developer** hesabı a
📢 Eğer key bilgini kaybedersen, [Developer Console - App singing](https://play.google.com/apps/publish/?account=8950082947306358822#KeyManagementPlace:p=com.yemreak.depremya&appid=4975744681878245790) üzerinden Google'a mail atabilirsin.
{% endhint %}

## 🦶 Uygulamayı Sıkıştırma

*`build.gradle` \(app\) dosyasına alttaki `release` yapılandırmasını ekleyin
* 💦 Gereksiz kodları temizleyecektir
* 🗃️ Kaynakları sıkıştıracaktır

```groovy
release {
minifyEnabled true
shrinkResources true
// proguardFiles ...
}
```

## 🔗 Faydalı Bağlantılar

* [📖 Publish your app](https://developer.android.com/studio/publish)
Expand Down

0 comments on commit eabdf44

Please sign in to comment.