Skip to content

Commit

Permalink
发布dev版,准备完善goon功能解决已知BUG发布beta版
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainHuangsh committed Jun 12, 2017
1 parent c67a664 commit 5bf0675
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdkVersion 15
targetSdkVersion 24
versionCode 10
versionName '1.3.01.3130'
versionName '1.4.01.3141dev'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
/*jackOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import com.example.owen.weathergo.modules.adapter.MultiCityAdapter;
import com.example.owen.weathergo.util.DBManager;
import com.example.owen.weathergo.util.SharedPreferenceUtil;
import com.example.owen.weathergo.util.ToastUtil;

import java.util.ArrayList;

Expand All @@ -34,9 +33,7 @@

public class MultiCitiesManagerActivity extends AppCompatActivity {

//TODO 修改数据库中id不自增,随总数改变id
//TODO 验证输入的城市是否可用
//TODO 从多城市管理更改后返回WeatherMain做出对应变化、

@BindView(R.id.city_recycle)
RecyclerView mCityRecycle;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@

public class MultiCityFragment extends Fragment {

//TODO 城市去重
//TODO FAB的选择城市
private static final int UPDATE_WEATHER_DATA = 0;
private static final int SEARCH_CITY = 1;
Expand Down

0 comments on commit 5bf0675

Please sign in to comment.