Skip to content

Commit

Permalink
Merge pull request #1 from Bangkit-Capstone-Project-Team/dev
Browse files Browse the repository at this point in the history
init alpha version
  • Loading branch information
furqoncreative authored Jun 3, 2021
2 parents 0859f49 + 84e4383 commit 9d6e934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionName "1.0.0-alpha"
buildConfigField "String", "DEBUG_URL", "\"https://capstone-b21-cap026.herokuapp.com/api/\""
buildConfigField "String", "BASE_URL", "\"http://35.187.255.90/api/\""
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_quiz.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
android:backgroundTint="#FA8624"
android:fontFamily="@font/montserrat_medium"
android:letterSpacing="0"
android:visibility="gone"
android:text="@string/leaderboard"
android:textAlignment="textEnd"
android:textAllCaps="false"
Expand Down

0 comments on commit 9d6e934

Please sign in to comment.