Skip to content

Commit

Permalink
ver 7
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezaashrafi committed Dec 28, 2017
1 parent f944efd commit 12dcd2b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/src/main/java/com/ashrafi/webi/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ protected void onCreate(Bundle savedInstanceState) {
initViews();


Webi.with(this).from("http://timc.a-gh.org/api/api.php").addPost("username","sdgdgsdgsdgsdg").onResponse(new OnResponse() {
Webi.with(this).from("https://github.com/alirezaashrafi/webi").onResponse(new OnResponse() {
@Override
public void Response(String res, String where) {
Log.i(TAG, "Response: " + where);
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
consumerProguardFiles 'proguard-rules.pro'
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 6
versionName "1.3.6"
versionCode 7
versionName "1.3.7"
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<uses-permission android:name="android.permission.INTERNET" />

<application
android:name=".classes.Application">
>

</application>
</manifest>

0 comments on commit 12dcd2b

Please sign in to comment.