-> v1.0.38 (41)

This commit is contained in:
2019-03-07 18:25:43 +01:00
parent 08e3767ba1
commit d11469b53b
3 changed files with 3 additions and 3 deletions

View File

@@ -17,8 +17,8 @@ apply plugin: 'com.google.gms.google-services'
android {
def appVersionCode = 40
def appVersionName = '1.0.37'
def appVersionCode = 41
def appVersionName = '1.0.38'
signingConfigs {
release {

View File

@@ -236,7 +236,7 @@ public class MainActivity extends AppCompatActivity
if(addToBackStack) ft.addToBackStack(fragment.getTag());
ft.commit();
fragmentManager.executePendingTransactions();
// fragmentManager.executePendingTransactions();
}
}