Fix next day button

This commit is contained in:
2017-12-13 18:42:45 +01:00
parent 8bdecca4ee
commit 4dfb028c8b
2 changed files with 6 additions and 4 deletions

View File

@@ -153,8 +153,10 @@ class MainActivity : AppCompatActivity(), RewardedVideoAdListener {
monthS += 1
dayS = 1
}else if (dayS == 31 && monthS == 12){ //New Year
monthS = 1;
dayS = 1;
monthS = 1
dayS = 1
}else{
dayS +=1
}
changeData()
}

View File

@@ -1,2 +1,2 @@
#Sat Dec 09 20:04:45 CET 2017
VERSION_CODE=888
#Wed Dec 13 18:38:07 CET 2017
VERSION_CODE=897