File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
java/org/billthefarmer/buses Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -23,22 +23,22 @@ allprojects {
2323apply plugin : ' com.android.application'
2424
2525android {
26- compileSdkVersion 28
26+ compileSdkVersion 31
2727 namespace " org.billthefarmer.buses"
2828
2929 defaultConfig {
3030 applicationId " org.billthefarmer.buses"
3131 minSdkVersion 21
32- targetSdkVersion 28
32+ targetSdkVersion 31
3333 versionName " 1.06"
3434 versionCode 106
3535
3636 buildConfigField " long" , " BUILT" , System . currentTimeMillis() + " L"
3737 }
3838
3939 compileOptions {
40- sourceCompatibility JavaVersion . VERSION_1_8
41- targetCompatibility JavaVersion . VERSION_1_8
40+ sourceCompatibility JavaVersion . VERSION_1_9
41+ targetCompatibility JavaVersion . VERSION_1_9
4242 }
4343
4444 lintOptions {
Original file line number Diff line number Diff line change 77
88
99 <uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION" />
10+ <uses-permission android : name =" android.permission.ACCESS_COARSE_LOCATION" />
1011 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
1112 <uses-permission android : name =" android.permission.ACCESS_WIFI_STATE" />
1213 <uses-permission android : name =" android.permission.INTERNET" />
Original file line number Diff line number Diff line change 9494import uk .me .jstott .jcoord .LatLng ;
9595import uk .me .jstott .jcoord .OSRef ;
9696
97+ @ SuppressWarnings ("deprecation" )
9798public class Buses extends Activity
9899{
99100 public static final String TAG = "Buses" ;
You can’t perform that action at this time.
0 commit comments