version güncelleme
1-) Android RMOS - manifest de versionName="1.2" ve versionCode="2" sayılarını arttır
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.rmos.ramazan.rmosrtm" android:versionName="1.2" android:versionCode="2" >
2-) build.gradle versionCode 2 ve versionName "1.2" olarak ayarla sonra yükle
defaultConfig { applicationId "com.rmos.ramazan.rmosrtm" minSdkVersion 18 targetSdkVersion 27 versionCode 2 versionName "1.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"}