Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Commit

Permalink
Upgrade to 27.0.2 (no changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jul 10, 2018
1 parent 0489198 commit 1d7ba60
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
import java.io.PrintWriter;
import java.util.List;

// 27.0.1
// 27.0.2
@SuppressWarnings("ALL")
public class BlueprintActivity extends AppCompatActivity {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import android.support.v4.app.FragmentTransaction;
import android.view.LayoutInflater;

// 27.0.1
// 27.0.2
@SuppressWarnings("ALL")
public class BlueprintDialogFragment extends DialogFragment {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import java.io.FileDescriptor;
import java.io.PrintWriter;

// 27.0.1
// 27.0.2
@SuppressWarnings("ALL")
public class BlueprintFragment extends Fragment {

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def versionMajor = 27
// minor version of the support library
def versionMinor = 0
// patch version of the support library
def versionPatch = 1
def versionPatch = 2

// composite android build version for the given support library version.
// increases when composite android receives updates but the support lib doesn't update
Expand Down

0 comments on commit 1d7ba60

Please sign in to comment.