Skip to content

Commit

Permalink
released 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gotev committed Mar 6, 2017
1 parent 39db925 commit 5af832a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class MainActivity extends BaseActivity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
runIssue.setVisibility(View.VISIBLE);
//runIssue.setVisibility(View.VISIBLE);
}

@OnClick(R.id.multipart_upload)
Expand Down
4 changes: 2 additions & 2 deletions uploadservice-ftp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ android {

dependencies {
compile 'commons-net:commons-net:3.5'
compile "net.gotev:uploadservice:${version}"
//compile "net.gotev:uploadservice:${version}"
//comment the previous line and uncomment the next line for development (it uses the local lib)
//compile project(':uploadservice')
compile project(':uploadservice')
}

Properties properties = new Properties()
Expand Down
4 changes: 2 additions & 2 deletions uploadservice-okhttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ android {

dependencies {
compile 'com.squareup.okhttp3:okhttp:3.+'
compile "net.gotev:uploadservice:${version}"
//compile "net.gotev:uploadservice:${version}"
//comment the previous line and uncomment the next line for development (it uses the local lib)
//compile project(':uploadservice')
compile project(':uploadservice')
}

Properties properties = new Properties()
Expand Down

0 comments on commit 5af832a

Please sign in to comment.