Update for V1.1.4

This commit is contained in:
massimiliano 2019-04-02 15:06:14 +02:00
parent 9ca0ee6b7b
commit fb720f99fe
4 changed files with 8 additions and 7 deletions

Binary file not shown.

View File

@ -6,8 +6,8 @@ android {
applicationId "org.disroot.disrootapp"
minSdkVersion 15
targetSdkVersion 28
versionCode 16
versionName "1.1.3"
versionCode 17
versionName "1.1.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {

View File

@ -690,11 +690,11 @@ public class MainActivity extends AppCompatActivity implements View.OnLongClickL
}
}, 100, 100000);//100000=100sec
// start CachetService
Intent intent = new Intent(this, CachetService.class);
// Put some data for use by the IntentService
//intent.putExtra("foo", "bar");
startService(intent);
// start CachetService
//Intent intent = new Intent(this, CachetService.class);
// Put some data for use by the IntentService
//intent.putExtra("foo", "bar");
//startService(intent);
}

View File

@ -3,6 +3,7 @@
<release version="1.1.4" versioncode="17" >
<change>Fixed App closing when pressing go back</change>
<change>Edited state error message</change>
<change>Updated links to more help</change>
</release>
<release version="1.1.3" versioncode="16" >
<change>Fixed string on Etherpad dialog</change>