Skip to content

Commit

Permalink
Merge pull request #130 from sukhbir-singh/master
Browse files Browse the repository at this point in the history
second release of app changes
  • Loading branch information
sukhbir-singh authored Jan 16, 2017
2 parents a52a717 + ea70580 commit 54bc69d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified app/app-release.apk
Binary file not shown.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ android {
buildToolsVersion "24.0.2"
defaultConfig {
applicationId "appteam.nith.hillffair"
minSdkVersion 17
minSdkVersion 15
targetSdkVersion 24
versionCode 5
versionName "1.0"
versionCode 7
versionName "1.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

manifestPlaceholders = [manifestApplicationId: "${applicationId}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public interface APIINTERFACE {
Call<UserScoreResponse> getUserScore(@Field("id") String id);

@FormUrlEncoded
@POST("quiz/questions_new")
@POST("quiz/questions_new123")
Call<QuizQuestionsModel> getQuiz(@Field("id") String id);

@FormUrlEncoded
Expand Down

0 comments on commit 54bc69d

Please sign in to comment.