File tree 6 files changed +31
-50
lines changed
src/main/java/com/hypercubesoft/mytestapplication
magicfragmentlibrary/src/main/java/com/hypercubesoft/magicfragmentlibrary
6 files changed +31
-50
lines changed Original file line number Diff line number Diff line change @@ -28,5 +28,6 @@ dependencies {
28
28
compile ' com.android.support:support-v4:25.2.0'
29
29
compile ' com.google.android.gms:play-services:10.2.0'
30
30
testCompile ' junit:junit:4.12'
31
- compile project(' :magicfragmentlibrary' )
31
+ compile ' com.github.AleksandarMarinkovic:MagicFragmentLibrary:1.0'
32
+ // compile project(':magicfragmentlibrary')
32
33
}
Original file line number Diff line number Diff line change 6
6
import android .widget .Button ;
7
7
import android .widget .LinearLayout ;
8
8
9
+ //import com.hypercubesoft.magicfragmentlibrary.FragmentOrganizer;
9
10
import com .hypercubesoft .magicfragmentlibrary .FragmentOrganizer ;
10
11
import com .hypercubesoft .mytestapplication .fragments .BlankFragment ;
11
12
import com .hypercubesoft .mytestapplication .fragments .BlankFragment1 ;
Original file line number Diff line number Diff line change 1
- package com .hypercubesoft .mytestapplication .fragments ;//package tv.sportssidekick.sportssidekick.fragment;
1
+ // package com.hypercubesoft.mytestapplication.fragments;//package tv.sportssidekick.sportssidekick.fragment;
2
2
//
3
3
//import android.os.Bundle;
4
4
//import android.support.annotation.Nullable;
5
5
//import android.support.v4.app.Fragment;
6
6
//import android.util.Log;
7
7
//
8
8
//import com.google.firebase.auth.FirebaseAuth;
9
- //import com.hwangjr.rxbus.annotation.Subscribe;
10
9
//
11
10
//
12
11
//
13
- //import com.hwangjr.rxbus.RxBus;
14
- //import tv.sportssidekick.sportssidekick.service.BusEvent;
15
- //
16
- //
17
12
///**
18
13
// * Created by Filip on 12/5/2016.
19
14
// * Copyright by Hypercube d.o.o.
54
49
// return getArguments().getString(BaseFragment.PRIMARY_ARG_TAG);
55
50
// }
56
51
//
57
- //
58
- //
59
- //
60
- //
61
52
//}
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
repositories {
5
5
jcenter()
6
+ maven {
7
+ name " jitpack"
8
+ url " https://jitpack.io"
9
+ }
6
10
}
7
11
dependencies {
8
12
classpath ' com.android.tools.build:gradle:2.2.3'
@@ -15,6 +19,10 @@ buildscript {
15
19
allprojects {
16
20
repositories {
17
21
jcenter()
22
+ maven {
23
+ name " jitpack"
24
+ url " https://jitpack.io"
25
+ }
18
26
}
19
27
}
20
28
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments