Skip to content

Commit

Permalink
Merge pull request dicodingacademy#1 from gilangadhan/update_ui
Browse files Browse the repository at this point in the history
Update dependency version
  • Loading branch information
ahmadimaduddin committed Nov 9, 2018
2 parents 978ccdb + 2d08860 commit 1283239
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 04.Navigation/MyNavigationDrawer/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ dependencies {
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'de.hdodenhof:circleimageview:2.2.0'
implementation 'com.github.bumptech.glide:glide:3.7.0'
implementation 'com.github.bumptech.glide:glide:4.8.0'
testImplementation 'junit:junit:4.12'
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class MainActivity extends AppCompatActivity
implements NavigationView.OnNavigationItemSelectedListener {

CircleImageView profileCircleImageView;
String profileImageUrl = "https://media.licdn.com/mpr/mpr/shrinknp_400_400/AAEAAQAAAAAAAAb8AAAAJGVlMmE5ZmNiLTZlMDQtNDcyMi04OWUzLTcwYWIxZTMzYjhmZA.jpg";
String profileImageUrl = "https://lh3.googleusercontent.com/-4qy2DfcXBoE/AAAAAAAAAAI/AAAAAAAABi4/rY-jrtntAi4/s640-il/photo.jpg";

DrawerLayout drawer;
Toolbar toolbar;
Expand Down
2 changes: 1 addition & 1 deletion 05.Localization/MyLocalization/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "com.dicoding.www.mylocalization"
applicationId "com.dicoding.picodiploma.mylocalization"
minSdkVersion 21
targetSdkVersion 28
versionCode 1
Expand Down
2 changes: 1 addition & 1 deletion 06.LearnEspresso/LearnEspresso/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "com.nbs.learnespresso"
applicationId "com.dicoding.picodiploma.learnespresso"
minSdkVersion 21
targetSdkVersion 28
versionCode 1
Expand Down

0 comments on commit 1283239

Please sign in to comment.