Skip to content

Commit

Permalink
Merge pull request #2 from theanandankit/master
Browse files Browse the repository at this point in the history
no groups joined
  • Loading branch information
manikmmalhotra authored Oct 7, 2020
2 parents 87688bf + 9d18d61 commit 5d7c345
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_groups.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
android:textStyle="bold"
android:textSize="30sp"
android:visibility="gone"
android:text="No groups Added"/>
android:text="No groups Joined"/>

<RelativeLayout
android:layout_width="match_parent"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0-rc03'
// classpath 'com.android.tools.build:gradle:4.1.0-rc03'
classpath 'com.google.gms:google-services:4.3.3'


// classpath 'com.android.tools.build:gradle:4.0.1-alpha04'
// classpath "com.android.tools.build:gradle:4.0.0"
classpath "com.android.tools.build:gradle:4.0.0"
// classpath 'com.android.tools.build:gradle:4.1.0-alpha04'
// classpath "com.android.tools.build:gradle:4.0.0"

Expand Down

0 comments on commit 5d7c345

Please sign in to comment.