File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
src/main/java/com/donnfelker/android/bootstrap/ui/view Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 124
124
<plugin >
125
125
<groupId >com.jayway.maven.plugins.android.generation2</groupId >
126
126
<artifactId >android-maven-plugin</artifactId >
127
+ <version >3.8.0</version >
127
128
<dependencies >
128
129
<dependency >
129
130
<groupId >com.squareup.dagger</groupId >
Original file line number Diff line number Diff line change 7
7
import android .widget .Button ;
8
8
9
9
import com .donnfelker .android .bootstrap .util .Strings ;
10
-
10
+ import android .util .Log ;
11
+ import java .util .Hashtable ;
11
12
import java .util .Locale ;
12
13
13
14
/**
Original file line number Diff line number Diff line change 54
54
<plugin >
55
55
<groupId >com.jayway.maven.plugins.android.generation2</groupId >
56
56
<artifactId >android-maven-plugin</artifactId >
57
- <version >3.6 .0</version >
57
+ <version >3.8 .0</version >
58
58
<extensions >true</extensions >
59
59
<configuration >
60
60
<sdk >
You can’t perform that action at this time.
0 commit comments